Html Css Color HEX #BB18DC Deep Magenta

📋 copy color: '#BB18DC'

red 187 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #BB18DC

Tints of Deep Magenta #BB18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.57%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 43.39%
G = 5.57%
B = 51.04%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB18DC (or 0xBB18DC) is known color: Deep Magenta. HEX triplet: BB, 18 and DC. RGB value is (187,24,220). Sum of RGB (Red+Green+Blue) = 187+24+220=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18DC is #44E723. Grayscale: #5E5E5E. Windows color (decimal): -4515620 or 14424251. OLE color: 14424251.

HSL color Cylindrical-coordinate representation of color #BB18DC: hue angle of 289.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB18DC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 24 220 -
CMYK 0.15 0.89 0 0.14
HSL 289.9º 0.8% 0.48% -
HSV(B) 289.9º 0.89% 0.86% -
XYZ 33.74 16.39 69.09 -
YUV 95.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 187 24 220 0.15 0.89 0 0.14 289.9 0.8 0.48
Hex BB 18 DC F 59 0 E 122 50 30
Octal 273 30 334 17 131 0 16 442 120 60
Binary 10111011 11000 11011100 1111 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #BB18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18DC

Black with #BB18DC

Text Example


Text Example

White with #BB18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18DC; }

 p { color: rgb(187,24,220); }

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

background-color css

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

 a { background-color: rgb(187,24,220); }

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

border-color css

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

 span { border-color: rgb(187,24,220); }

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