Html Css Color HEX #BB1484 Medium Violet Red

📋 copy color: '#BB1484'

red 187 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #BB1484

Tints of Medium Violet Red #BB1484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 55.16%
G = 5.9%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB1484 (or 0xBB1484) is known color: Medium Violet Red. HEX triplet: BB, 14 and 84. RGB value is (187,20,132). Sum of RGB (Red+Green+Blue) = 187+20+132=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1484 is #44EB7B. Grayscale: #525252. Windows color (decimal): -4516732 or 8656059. OLE color: 8656059.

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

Color convert

RGB 187 20 132 -
CMYK 0 0.89 0.29 0.27
HSL 319.76º 0.81% 0.41% -
HSV(B) 319.76º 0.89% 0.73% -
XYZ 24.91 12.73 22.97 -
YUV 82.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 187 20 132 0 0.89 0.29 0.27 319.76 0.81 0.41
Hex BB 14 84 0 59 1D 1B 140 51 29
Octal 273 24 204 0 131 35 33 500 121 51
Binary 10111011 10100 10000100 0 1011001 11101 11011 101000000 1010001 101001

Color Harmonies of #BB1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1484

Black with #BB1484

Text Example


Text Example

White with #BB1484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1484; }

 p { color: rgb(187,20,132); }

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

background-color css

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

 a { background-color: rgb(187,20,132); }

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

border-color css

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

 span { border-color: rgb(187,20,132); }

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