Html Css Color HEX #B02376 Medium Red Violet

📋 copy color: '#B02376'

red 176 ◦ green 35 ◦ blue 118

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

Shades of Medium Red Violet #B02376

Tints of Medium Red Violet #B02376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 53.5%
G = 10.64%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B02376 (or 0xB02376) is known color: Medium Red Violet. HEX triplet: B0, 23 and 76. RGB value is (176,35,118). Sum of RGB (Red+Green+Blue) = 176+35+118=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B02376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02376 is #4FDC89. Grayscale: #565656. Windows color (decimal): -5233802 or 7742384. OLE color: 7742384.

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

Color convert

RGB 176 35 118 -
CMYK 0 0.80 0.33 0.31
HSL 324.68º 0.67% 0.41% -
HSV(B) 324.68º 0.8% 0.69% -
XYZ 21.78 11.74 18.26 -
YUV 86.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 176 35 118 0 0.80 0.33 0.31 324.68 0.67 0.41
Hex B0 23 76 0 50 21 1F 145 43 29
Octal 260 43 166 0 120 41 37 505 103 51
Binary 10110000 100011 1110110 0 1010000 100001 11111 101000101 1000011 101001

Color Harmonies of #B02376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02376

Black with #B02376

Text Example


Text Example

White with #B02376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02376; }

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

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

background-color css

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

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

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

border-color css

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

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

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