Html Css Color HEX #BB0478 Medium Violet Red

📋 copy color: '#BB0478'

red 187 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #BB0478

Tints of Medium Violet Red #BB0478

RGB

 RED value IS 187 (73.44% from 255) = 60.13%

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 60.13%
G = 1.29%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB0478 (or 0xBB0478) is known color: Medium Violet Red. HEX triplet: BB, 04 and 78. RGB value is (187,4,120). Sum of RGB (Red+Green+Blue) = 187+4+120=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0478 is #44FB87. Grayscale: #474747. Windows color (decimal): -4520840 or 7865531. OLE color: 7865531.

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

Color convert

RGB 187 4 120 -
CMYK 0 0.98 0.36 0.27
HSL 321.97º 0.96% 0.37% -
HSV(B) 321.97º 0.98% 0.73% -
XYZ 23.93 12.01 18.83 -
YUV 71.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 187 4 120 0 0.98 0.36 0.27 321.97 0.96 0.37
Hex BB 4 78 0 62 24 1B 142 60 25
Octal 273 4 170 0 142 44 33 502 140 45
Binary 10111011 100 1111000 0 1100010 100100 11011 101000010 1100000 100101

Color Harmonies of #BB0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0478

Black with #BB0478

Text Example


Text Example

White with #BB0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0478; }

 p { color: rgb(187,4,120); }

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

background-color css

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

 a { background-color: rgb(187,4,120); }

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

border-color css

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

 span { border-color: rgb(187,4,120); }

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