Html Css Color HEX #B92072 Medium Violet Red

📋 copy color: '#B92072'

red 185 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #B92072

Tints of Medium Violet Red #B92072

RGB

 RED value IS 185 (72.66% from 255) = 55.89%

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 55.89%
G = 9.67%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B92072 (or 0xB92072) is known color: Medium Violet Red. HEX triplet: B9, 20 and 72. RGB value is (185,32,114). Sum of RGB (Red+Green+Blue) = 185+32+114=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B92072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92072 is #46DF8D. Grayscale: #565656. Windows color (decimal): -4644750 or 7479481. OLE color: 7479481.

HSL color Cylindrical-coordinate representation of color #B92072: hue angle of 327.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92072 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 114 -
CMYK 0 0.83 0.38 0.27
HSL 327.84º 0.71% 0.43% -
HSV(B) 327.84º 0.83% 0.73% -
XYZ 23.56 12.56 17.1 -
YUV 87.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 185 32 114 0 0.83 0.38 0.27 327.84 0.71 0.43
Hex B9 20 72 0 53 26 1B 148 47 2B
Octal 271 40 162 0 123 46 33 510 107 53
Binary 10111001 100000 1110010 0 1010011 100110 11011 101001000 1000111 101011

Color Harmonies of #B92072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92072

Black with #B92072

Text Example


Text Example

White with #B92072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92072; }

 p { color: rgb(185,32,114); }

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

background-color css

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

 a { background-color: rgb(185,32,114); }

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

border-color css

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

 span { border-color: rgb(185,32,114); }

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