Html Css Color HEX #BB18D1 Deep Magenta

📋 copy color: '#BB18D1'

red 187 ◦ green 24 ◦ blue 209

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

Shades of Deep Magenta #BB18D1

Tints of Deep Magenta #BB18D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 44.52%
G = 5.71%
B = 49.76%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB18D1 (or 0xBB18D1) is known color: Deep Magenta. HEX triplet: BB, 18 and D1. RGB value is (187,24,209). Sum of RGB (Red+Green+Blue) = 187+24+209=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB18D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18D1 is #44E72E. Grayscale: #5D5D5D. Windows color (decimal): -4515631 or 13703355. OLE color: 13703355.

HSL color Cylindrical-coordinate representation of color #BB18D1: hue angle of 292.86º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB18D1 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 24 209 -
CMYK 0.11 0.89 0 0.18
HSL 292.86º 0.79% 0.46% -
HSV(B) 292.86º 0.89% 0.82% -
XYZ 32.33 15.82 61.67 -
YUV 93.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 187 24 209 0.11 0.89 0 0.18 292.86 0.79 0.46
Hex BB 18 D1 B 59 0 12 125 4F 2E
Octal 273 30 321 13 131 0 22 445 117 56
Binary 10111011 11000 11010001 1011 1011001 0 10010 100100101 1001111 101110

Color Harmonies of #BB18D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18D1

Black with #BB18D1

Text Example


Text Example

White with #BB18D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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