Html Css Color HEX #B02076 Medium Red Violet

📋 copy color: '#B02076'

red 176 ◦ green 32 ◦ blue 118

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

Shades of Medium Red Violet #B02076

Tints of Medium Red Violet #B02076

RGB

 RED value IS 176 (69.14% from 255) = 53.99%

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

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

R = 53.99%
G = 9.82%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B02076 (or 0xB02076) is known color: Medium Red Violet. HEX triplet: B0, 20 and 76. RGB value is (176,32,118). Sum of RGB (Red+Green+Blue) = 176+32+118=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B02076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02076 is #4FDF89. Grayscale: #545454. Windows color (decimal): -5234570 or 7741616. OLE color: 7741616.

HSL color Cylindrical-coordinate representation of color #B02076: hue angle of 324.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02076 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 118 -
CMYK 0 0.82 0.33 0.31
HSL 324.17º 0.69% 0.41% -
HSV(B) 324.17º 0.82% 0.69% -
XYZ 21.69 11.57 18.23 -
YUV 84.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 176 32 118 0 0.82 0.33 0.31 324.17 0.69 0.41
Hex B0 20 76 0 52 21 1F 144 45 29
Octal 260 40 166 0 122 41 37 504 105 51
Binary 10110000 100000 1110110 0 1010010 100001 11111 101000100 1000101 101001

Color Harmonies of #B02076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02076

Black with #B02076

Text Example


Text Example

White with #B02076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02076; }

 p { color: rgb(176,32,118); }

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

background-color css

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

 a { background-color: rgb(176,32,118); }

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

border-color css

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

 span { border-color: rgb(176,32,118); }

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