Html Css Color HEX #BB2478 Medium Red Violet

📋 copy color: '#BB2478'

red 187 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #BB2478

Tints of Medium Red Violet #BB2478

RGB

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

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

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

R = 54.52%
G = 10.5%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB2478 (or 0xBB2478) is known color: Medium Red Violet. HEX triplet: BB, 24 and 78. RGB value is (187,36,120). Sum of RGB (Red+Green+Blue) = 187+36+120=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2478 is #44DB87. Grayscale: #5A5A5A. Windows color (decimal): -4512648 or 7873723. OLE color: 7873723.

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

Color convert

RGB 187 36 120 -
CMYK 0 0.81 0.36 0.27
HSL 326.62º 0.68% 0.44% -
HSV(B) 326.62º 0.81% 0.73% -
XYZ 24.51 13.18 19.02 -
YUV 90.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 187 36 120 0 0.81 0.36 0.27 326.62 0.68 0.44
Hex BB 24 78 0 51 24 1B 147 44 2C
Octal 273 44 170 0 121 44 33 507 104 54
Binary 10111011 100100 1111000 0 1010001 100100 11011 101000111 1000100 101100

Color Harmonies of #BB2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2478

Black with #BB2478

Text Example


Text Example

White with #BB2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2478; }

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

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

background-color css

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

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

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

border-color css

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

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

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