Html Css Color HEX #BB09DF Deep Magenta

📋 copy color: '#BB09DF'

red 187 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #BB09DF

Tints of Deep Magenta #BB09DF

RGB

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

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

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

R = 44.63%
G = 2.15%
B = 53.22%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB09DF (or 0xBB09DF) is known color: Deep Magenta. HEX triplet: BB, 09 and DF. RGB value is (187,9,223). Sum of RGB (Red+Green+Blue) = 187+9+223=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09DF is #44F620. Grayscale: #555555. Windows color (decimal): -4519457 or 14617019. OLE color: 14617019.

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

Color convert

RGB 187 9 223 -
CMYK 0.16 0.96 0 0.13
HSL 289.91º 0.92% 0.45% -
HSV(B) 289.91º 0.96% 0.87% -
XYZ 33.91 16.09 71.13 -
YUV 86.62 204.97 199.6 -
System Red Green Blue C M Y K H S L
Decimal 187 9 223 0.16 0.96 0 0.13 289.91 0.92 0.45
Hex BB 9 DF 10 60 0 D 122 5C 2D
Octal 273 11 337 20 140 0 15 442 134 55
Binary 10111011 1001 11011111 10000 1100000 0 1101 100100010 1011100 101101

Color Harmonies of #BB09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09DF

Black with #BB09DF

Text Example


Text Example

White with #BB09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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