Html Css Color HEX #BB18DA Deep Magenta

📋 copy color: '#BB18DA'

red 187 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #BB18DA

Tints of Deep Magenta #BB18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 43.59%
G = 5.59%
B = 50.82%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB18DA (or 0xBB18DA) is known color: Deep Magenta. HEX triplet: BB, 18 and DA. RGB value is (187,24,218). Sum of RGB (Red+Green+Blue) = 187+24+218=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18DA is #44E725. Grayscale: #5E5E5E. Windows color (decimal): -4515622 or 14293179. OLE color: 14293179.

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

Color convert

RGB 187 24 218 -
CMYK 0.14 0.89 0 0.15
HSL 290.41º 0.8% 0.47% -
HSV(B) 290.41º 0.89% 0.85% -
XYZ 33.48 16.28 67.71 -
YUV 94.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 187 24 218 0.14 0.89 0 0.15 290.41 0.8 0.47
Hex BB 18 DA E 59 0 F 122 50 2F
Octal 273 30 332 16 131 0 17 442 120 57
Binary 10111011 11000 11011010 1110 1011001 0 1111 100100010 1010000 101111

Color Harmonies of #BB18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18DA

Black with #BB18DA

Text Example


Text Example

White with #BB18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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