Html Css Color HEX #BB17DF Deep Magenta

📋 copy color: '#BB17DF'

red 187 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #BB17DF

Tints of Deep Magenta #BB17DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.31%

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

R = 43.19%
G = 5.31%
B = 51.5%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB17DF (or 0xBB17DF) is known color: Deep Magenta. HEX triplet: BB, 17 and DF. RGB value is (187,23,223). Sum of RGB (Red+Green+Blue) = 187+23+223=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17DF is #44E820. Grayscale: #5E5E5E. Windows color (decimal): -4515873 or 14620603. OLE color: 14620603.

HSL color Cylindrical-coordinate representation of color #BB17DF: hue angle of 289.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17DF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 23 223 -
CMYK 0.16 0.90 0 0.13
HSL 289.2º 0.81% 0.48% -
HSV(B) 289.2º 0.9% 0.87% -
XYZ 34.12 16.51 71.2 -
YUV 94.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 187 23 223 0.16 0.90 0 0.13 289.2 0.81 0.48
Hex BB 17 DF 10 5A 0 D 121 51 30
Octal 273 27 337 20 132 0 15 441 121 60
Binary 10111011 10111 11011111 10000 1011010 0 1101 100100001 1010001 110000

Color Harmonies of #BB17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17DF

Black with #BB17DF

Text Example


Text Example

White with #BB17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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