Html Css Color HEX #BB2486 Medium Red Violet

📋 copy color: '#BB2486'

red 187 ◦ green 36 ◦ blue 134

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

Shades of Medium Red Violet #BB2486

Tints of Medium Red Violet #BB2486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 52.38%
G = 10.08%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB2486 (or 0xBB2486) is known color: Medium Red Violet. HEX triplet: BB, 24 and 86. RGB value is (187,36,134). Sum of RGB (Red+Green+Blue) = 187+36+134=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2486 is #44DB79. Grayscale: #5C5C5C. Windows color (decimal): -4512634 or 8791227. OLE color: 8791227.

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

Color convert

RGB 187 36 134 -
CMYK 0 0.81 0.28 0.27
HSL 321.06º 0.68% 0.44% -
HSV(B) 321.06º 0.81% 0.73% -
XYZ 25.43 13.55 23.83 -
YUV 92.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 187 36 134 0 0.81 0.28 0.27 321.06 0.68 0.44
Hex BB 24 86 0 51 1C 1B 141 44 2C
Octal 273 44 206 0 121 34 33 501 104 54
Binary 10111011 100100 10000110 0 1010001 11100 11011 101000001 1000100 101100

Color Harmonies of #BB2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2486

Black with #BB2486

Text Example


Text Example

White with #BB2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2486; }

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

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

background-color css

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

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

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

border-color css

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

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

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