Html Css Color HEX #B92276 Medium Red Violet

📋 copy color: '#B92276'

red 185 ◦ green 34 ◦ blue 118

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

Shades of Medium Red Violet #B92276

Tints of Medium Red Violet #B92276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 54.9%
G = 10.09%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B92276 (or 0xB92276) is known color: Medium Red Violet. HEX triplet: B9, 22 and 76. RGB value is (185,34,118). Sum of RGB (Red+Green+Blue) = 185+34+118=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B92276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92276 is #46DD89. Grayscale: #585858. Windows color (decimal): -4644234 or 7742137. OLE color: 7742137.

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

Color convert

RGB 185 34 118 -
CMYK 0 0.82 0.36 0.27
HSL 326.62º 0.69% 0.43% -
HSV(B) 326.62º 0.82% 0.73% -
XYZ 23.85 12.77 18.35 -
YUV 88.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 185 34 118 0 0.82 0.36 0.27 326.62 0.69 0.43
Hex B9 22 76 0 52 24 1B 147 45 2B
Octal 271 42 166 0 122 44 33 507 105 53
Binary 10111001 100010 1110110 0 1010010 100100 11011 101000111 1000101 101011

Color Harmonies of #B92276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92276

Black with #B92276

Text Example


Text Example

White with #B92276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92276; }

 p { color: rgb(185,34,118); }

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

background-color css

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

 a { background-color: rgb(185,34,118); }

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

border-color css

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

 span { border-color: rgb(185,34,118); }

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