Html Css Color HEX #BB18D2 Deep Magenta

📋 copy color: '#BB18D2'

red 187 ◦ green 24 ◦ blue 210

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

Shades of Deep Magenta #BB18D2

Tints of Deep Magenta #BB18D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.88%

R = 44.42%
G = 5.7%
B = 49.88%

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

#BB18D2 (or 0xBB18D2) is known color: Deep Magenta. HEX triplet: BB, 18 and D2. RGB value is (187,24,210). Sum of RGB (Red+Green+Blue) = 187+24+210=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB18D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18D2 is #44E72D. Grayscale: #5D5D5D. Windows color (decimal): -4515630 or 13768891. OLE color: 13768891.

HSL color Cylindrical-coordinate representation of color #BB18D2: hue angle of 292.58º 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 #BB18D2 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 24 210 -
CMYK 0.11 0.89 0 0.18
HSL 292.58º 0.79% 0.46% -
HSV(B) 292.58º 0.89% 0.82% -
XYZ 32.45 15.87 62.33 -
YUV 93.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 187 24 210 0.11 0.89 0 0.18 292.58 0.79 0.46
Hex BB 18 D2 B 59 0 12 125 4F 2E
Octal 273 30 322 13 131 0 22 445 117 56
Binary 10111011 11000 11010010 1011 1011001 0 10010 100100101 1001111 101110

Color Harmonies of #BB18D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18D2

Black with #BB18D2

Text Example


Text Example

White with #BB18D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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