Html Css Color HEX #B71292 Medium Violet Red

📋 copy color: '#B71292'

red 183 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #B71292

Tints of Medium Violet Red #B71292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 52.74%
G = 5.19%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B71292 (or 0xB71292) is known color: Medium Violet Red. HEX triplet: B7, 12 and 92. RGB value is (183,18,146). Sum of RGB (Red+Green+Blue) = 183+18+146=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B71292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71292 is #48ED6D. Grayscale: #515151. Windows color (decimal): -4779374 or 9573047. OLE color: 9573047.

HSL color Cylindrical-coordinate representation of color #B71292: hue angle of 313.45º 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 #B71292 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 146 -
CMYK 0 0.90 0.20 0.28
HSL 313.45º 0.82% 0.39% -
HSV(B) 313.45º 0.9% 0.72% -
XYZ 24.93 12.58 28.31 -
YUV 81.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 183 18 146 0 0.90 0.20 0.28 313.45 0.82 0.39
Hex B7 12 92 0 5A 14 1C 139 52 27
Octal 267 22 222 0 132 24 34 471 122 47
Binary 10110111 10010 10010010 0 1011010 10100 11100 100111001 1010010 100111

Color Harmonies of #B71292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71292

Black with #B71292

Text Example


Text Example

White with #B71292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71292; }

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

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

background-color css

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

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

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

border-color css

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

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

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