Html Css Color HEX #B71296 Medium Violet Red

📋 copy color: '#B71296'

red 183 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #B71296

Tints of Medium Violet Red #B71296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 52.14%
G = 5.13%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B71296 (or 0xB71296) is known color: Medium Violet Red. HEX triplet: B7, 12 and 96. RGB value is (183,18,150). Sum of RGB (Red+Green+Blue) = 183+18+150=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B71296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71296 is #48ED69. Grayscale: #525252. Windows color (decimal): -4779370 or 9835191. OLE color: 9835191.

HSL color Cylindrical-coordinate representation of color #B71296: hue angle of 312º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71296 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 150 -
CMYK 0 0.90 0.18 0.28
HSL 312º 0.82% 0.39% -
HSV(B) 312º 0.9% 0.72% -
XYZ 25.25 12.7 29.98 -
YUV 82.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 183 18 150 0 0.90 0.18 0.28 312 0.82 0.39
Hex B7 12 96 0 5A 12 1C 138 52 27
Octal 267 22 226 0 132 22 34 470 122 47
Binary 10110111 10010 10010110 0 1011010 10010 11100 100111000 1010010 100111

Color Harmonies of #B71296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71296

Black with #B71296

Text Example


Text Example

White with #B71296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71296; }

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

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

background-color css

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

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

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

border-color css

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

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

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