Html Css Color HEX #BB18DE Deep Magenta

📋 copy color: '#BB18DE'

red 187 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #BB18DE

Tints of Deep Magenta #BB18DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 43.19%
G = 5.54%
B = 51.27%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB18DE (or 0xBB18DE) is known color: Deep Magenta. HEX triplet: BB, 18 and DE. RGB value is (187,24,222). Sum of RGB (Red+Green+Blue) = 187+24+222=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB18DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18DE is #44E721. Grayscale: #5E5E5E. Windows color (decimal): -4515618 or 14555323. OLE color: 14555323.

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

Color convert

RGB 187 24 222 -
CMYK 0.16 0.89 0 0.13
HSL 289.39º 0.8% 0.48% -
HSV(B) 289.39º 0.89% 0.87% -
XYZ 34 16.49 70.5 -
YUV 95.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 187 24 222 0.16 0.89 0 0.13 289.39 0.8 0.48
Hex BB 18 DE 10 59 0 D 121 50 30
Octal 273 30 336 20 131 0 15 441 120 60
Binary 10111011 11000 11011110 10000 1011001 0 1101 100100001 1010000 110000

Color Harmonies of #BB18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18DE

Black with #BB18DE

Text Example


Text Example

White with #BB18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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