Html Css Color HEX #B92179 Medium Red Violet

📋 copy color: '#B92179'

red 185 ◦ green 33 ◦ blue 121

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

Shades of Medium Red Violet #B92179

Tints of Medium Red Violet #B92179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 54.57%
G = 9.73%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B92179 (or 0xB92179) is known color: Medium Red Violet. HEX triplet: B9, 21 and 79. RGB value is (185,33,121). Sum of RGB (Red+Green+Blue) = 185+33+121=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B92179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92179 is #46DE86. Grayscale: #585858. Windows color (decimal): -4644487 or 7938489. OLE color: 7938489.

HSL color Cylindrical-coordinate representation of color #B92179: hue angle of 325.26º degrees, saturation: 0.7, 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 #B92179 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 121 -
CMYK 0 0.82 0.35 0.27
HSL 325.26º 0.7% 0.43% -
HSV(B) 325.26º 0.82% 0.73% -
XYZ 24 12.78 19.29 -
YUV 88.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 185 33 121 0 0.82 0.35 0.27 325.26 0.7 0.43
Hex B9 21 79 0 52 23 1B 145 46 2B
Octal 271 41 171 0 122 43 33 505 106 53
Binary 10111001 100001 1111001 0 1010010 100011 11011 101000101 1000110 101011

Color Harmonies of #B92179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92179

Black with #B92179

Text Example


Text Example

White with #B92179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92179; }

 p { color: rgb(185,33,121); }

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

background-color css

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

 a { background-color: rgb(185,33,121); }

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

border-color css

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

 span { border-color: rgb(185,33,121); }

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