Html Css Color HEX #B71896 Medium Violet Red

📋 copy color: '#B71896'

red 183 ◦ green 24 ◦ blue 150

#B71896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B71896

Tints of Medium Violet Red #B71896

RGB

 RED value IS 183 (71.88% from 255) = 51.26%

 GREEN value IS 24 (9.77% from 255) = 6.72%

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 51.26%
G = 6.72%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B71896 (or 0xB71896) is known color: Medium Violet Red. HEX triplet: B7, 18 and 96. RGB value is (183,24,150). Sum of RGB (Red+Green+Blue) = 183+24+150=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B71896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71896 is #48E769. Grayscale: #555555. Windows color (decimal): -4777834 or 9836727. OLE color: 9836727.

HSL color Cylindrical-coordinate representation of color #B71896: hue angle of 312.45º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71896 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 24 150 -
CMYK 0 0.87 0.18 0.28
HSL 312.45º 0.77% 0.41% -
HSV(B) 312.45º 0.87% 0.72% -
XYZ 25.36 12.92 30.01 -
YUV 85.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 183 24 150 0 0.87 0.18 0.28 312.45 0.77 0.41
Hex B7 18 96 0 57 12 1C 138 4D 29
Octal 267 30 226 0 127 22 34 470 115 51
Binary 10110111 11000 10010110 0 1010111 10010 11100 100111000 1001101 101001

Color Harmonies of #B71896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71896

Black with #B71896

Text Example


Text Example

White with #B71896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71896; }

 p { color: rgb(183,24,150); }

 H1.HeaderClassName
 {
   color: #B71896;
 }
 .AnyTagClassName
 {
   color: #B71896;
 }
</style>

background-color css

<style>
 a { background-color: #B71896; }

 a { background-color: rgb(183,24,150); }

 div.DivClassName
 {
   background-color: #B71896;
 }
 .BgClassName
 {
   background-color: #B71896;
 }
</style>

border-color css

<style>
 span { border-color: #B71896; }

 span { border-color: rgb(183,24,150); }

 td.TdClassName
 {
   border-color: #B71896;
 }
 .TagClassName
 {
   border-color: #B71896;
 }
</style>