Html Css Color HEX #BB18DF Deep Magenta

📋 copy color: '#BB18DF'

red 187 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #BB18DF

Tints of Deep Magenta #BB18DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 43.09%
G = 5.53%
B = 51.38%

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

#BB18DF (or 0xBB18DF) is known color: Deep Magenta. HEX triplet: BB, 18 and DF. RGB value is (187,24,223). Sum of RGB (Red+Green+Blue) = 187+24+223=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18DF is #44E720. Grayscale: #5E5E5E. Windows color (decimal): -4515617 or 14620859. OLE color: 14620859.

HSL color Cylindrical-coordinate representation of color #BB18DF: hue angle of 289.15º degrees, saturation: 0.81, 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 #BB18DF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 24 223 -
CMYK 0.16 0.89 0 0.13
HSL 289.15º 0.81% 0.48% -
HSV(B) 289.15º 0.89% 0.87% -
XYZ 34.14 16.55 71.21 -
YUV 95.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 187 24 223 0.16 0.89 0 0.13 289.15 0.81 0.48
Hex BB 18 DF 10 59 0 D 121 51 30
Octal 273 30 337 20 131 0 15 441 121 60
Binary 10111011 11000 11011111 10000 1011001 0 1101 100100001 1010001 110000

Color Harmonies of #BB18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18DF

Black with #BB18DF

Text Example


Text Example

White with #BB18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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