Html Css Color HEX #BB2878 Medium Red Violet

📋 copy color: '#BB2878'

red 187 ◦ green 40 ◦ blue 120

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

Shades of Medium Red Violet #BB2878

Tints of Medium Red Violet #BB2878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

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

R = 53.89%
G = 11.53%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB2878 (or 0xBB2878) is known color: Medium Red Violet. HEX triplet: BB, 28 and 78. RGB value is (187,40,120). Sum of RGB (Red+Green+Blue) = 187+40+120=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2878 is #44D787. Grayscale: #5C5C5C. Windows color (decimal): -4511624 or 7874747. OLE color: 7874747.

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

Color convert

RGB 187 40 120 -
CMYK 0 0.79 0.36 0.27
HSL 327.35º 0.65% 0.45% -
HSV(B) 327.35º 0.79% 0.73% -
XYZ 24.64 13.44 19.06 -
YUV 93.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 187 40 120 0 0.79 0.36 0.27 327.35 0.65 0.45
Hex BB 28 78 0 4F 24 1B 147 41 2D
Octal 273 50 170 0 117 44 33 507 101 55
Binary 10111011 101000 1111000 0 1001111 100100 11011 101000111 1000001 101101

Color Harmonies of #BB2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2878

Black with #BB2878

Text Example


Text Example

White with #BB2878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2878; }

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

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

background-color css

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

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

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

border-color css

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

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

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