Html Css Color HEX #BB2872 Medium Red Violet

📋 copy color: '#BB2872'

red 187 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #BB2872

Tints of Medium Red Violet #BB2872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 54.84%
G = 11.73%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB2872 (or 0xBB2872) is known color: Medium Red Violet. HEX triplet: BB, 28 and 72. RGB value is (187,40,114). Sum of RGB (Red+Green+Blue) = 187+40+114=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2872 is #44D78D. Grayscale: #5C5C5C. Windows color (decimal): -4511630 or 7481531. OLE color: 7481531.

HSL color Cylindrical-coordinate representation of color #BB2872: hue angle of 329.8º 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 #BB2872 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 114 -
CMYK 0 0.79 0.39 0.27
HSL 329.8º 0.65% 0.45% -
HSV(B) 329.8º 0.79% 0.73% -
XYZ 24.29 13.3 17.21 -
YUV 92.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 187 40 114 0 0.79 0.39 0.27 329.8 0.65 0.45
Hex BB 28 72 0 4F 27 1B 14A 41 2D
Octal 273 50 162 0 117 47 33 512 101 55
Binary 10111011 101000 1110010 0 1001111 100111 11011 101001010 1000001 101101

Color Harmonies of #BB2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2872

Black with #BB2872

Text Example


Text Example

White with #BB2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2872; }

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

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

background-color css

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

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

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

border-color css

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

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

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