Html Css Color HEX #B02478 Medium Red Violet

📋 copy color: '#B02478'

red 176 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #B02478

Tints of Medium Red Violet #B02478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 53.01%
G = 10.84%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B02478 (or 0xB02478) is known color: Medium Red Violet. HEX triplet: B0, 24 and 78. RGB value is (176,36,120). Sum of RGB (Red+Green+Blue) = 176+36+120=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B02478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02478 is #4FDB87. Grayscale: #575757. Windows color (decimal): -5233544 or 7873712. OLE color: 7873712.

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

Color convert

RGB 176 36 120 -
CMYK 0 0.80 0.32 0.31
HSL 324º 0.66% 0.42% -
HSV(B) 324º 0.8% 0.69% -
XYZ 21.93 11.85 18.9 -
YUV 87.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 176 36 120 0 0.80 0.32 0.31 324 0.66 0.42
Hex B0 24 78 0 50 20 1F 144 42 2A
Octal 260 44 170 0 120 40 37 504 102 52
Binary 10110000 100100 1111000 0 1010000 100000 11111 101000100 1000010 101010

Color Harmonies of #B02478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02478

Black with #B02478

Text Example


Text Example

White with #B02478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02478; }

 p { color: rgb(176,36,120); }

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

background-color css

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

 a { background-color: rgb(176,36,120); }

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

border-color css

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

 span { border-color: rgb(176,36,120); }

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