Html Css Color HEX #BB15CC Deep Magenta

📋 copy color: '#BB15CC'

red 187 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #BB15CC

Tints of Deep Magenta #BB15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 45.39%
G = 5.1%
B = 49.51%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB15CC (or 0xBB15CC) is known color: Deep Magenta. HEX triplet: BB, 15 and CC. RGB value is (187,21,204). Sum of RGB (Red+Green+Blue) = 187+21+204=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15CC is #44EA33. Grayscale: #5A5A5A. Windows color (decimal): -4516404 or 13374907. OLE color: 13374907.

HSL color Cylindrical-coordinate representation of color #BB15CC: hue angle of 294.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15CC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 21 204 -
CMYK 0.08 0.90 0 0.2
HSL 294.43º 0.81% 0.44% -
HSV(B) 294.43º 0.9% 0.8% -
XYZ 31.66 15.46 58.44 -
YUV 91.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 187 21 204 0.08 0.90 0 0.2 294.43 0.81 0.44
Hex BB 15 CC 8 5A 0 14 126 51 2C
Octal 273 25 314 10 132 0 24 446 121 54
Binary 10111011 10101 11001100 1000 1011010 0 10100 100100110 1010001 101100

Color Harmonies of #BB15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15CC

Black with #BB15CC

Text Example


Text Example

White with #BB15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15CC; }

 p { color: rgb(187,21,204); }

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

background-color css

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

 a { background-color: rgb(187,21,204); }

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

border-color css

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

 span { border-color: rgb(187,21,204); }

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