Html Css Color HEX #BB09DC Deep Magenta

📋 copy color: '#BB09DC'

red 187 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #BB09DC

Tints of Deep Magenta #BB09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 44.95%
G = 2.16%
B = 52.88%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB09DC (or 0xBB09DC) is known color: Deep Magenta. HEX triplet: BB, 09 and DC. RGB value is (187,9,220). Sum of RGB (Red+Green+Blue) = 187+9+220=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09DC is #44F623. Grayscale: #555555. Windows color (decimal): -4519460 or 14420411. OLE color: 14420411.

HSL color Cylindrical-coordinate representation of color #BB09DC: hue angle of 290.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB09DC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 9 220 -
CMYK 0.15 0.96 0 0.14
HSL 290.62º 0.92% 0.45% -
HSV(B) 290.62º 0.96% 0.86% -
XYZ 33.51 15.93 69.02 -
YUV 86.28 203.47 199.84 -
System Red Green Blue C M Y K H S L
Decimal 187 9 220 0.15 0.96 0 0.14 290.62 0.92 0.45
Hex BB 9 DC F 60 0 E 123 5C 2D
Octal 273 11 334 17 140 0 16 443 134 55
Binary 10111011 1001 11011100 1111 1100000 0 1110 100100011 1011100 101101

Color Harmonies of #BB09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09DC

Black with #BB09DC

Text Example


Text Example

White with #BB09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09DC; }

 p { color: rgb(187,9,220); }

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

background-color css

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

 a { background-color: rgb(187,9,220); }

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

border-color css

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

 span { border-color: rgb(187,9,220); }

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