Html Css Color HEX #BB17CD Deep Magenta

📋 copy color: '#BB17CD'

red 187 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #BB17CD

Tints of Deep Magenta #BB17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 45.06%
G = 5.54%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB17CD (or 0xBB17CD) is known color: Deep Magenta. HEX triplet: BB, 17 and CD. RGB value is (187,23,205). Sum of RGB (Red+Green+Blue) = 187+23+205=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17CD is #44E832. Grayscale: #5C5C5C. Windows color (decimal): -4515891 or 13440955. OLE color: 13440955.

HSL color Cylindrical-coordinate representation of color #BB17CD: hue angle of 294.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB17CD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 23 205 -
CMYK 0.09 0.89 0 0.20
HSL 294.07º 0.8% 0.45% -
HSV(B) 294.07º 0.89% 0.8% -
XYZ 31.82 15.59 59.09 -
YUV 92.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 187 23 205 0.09 0.89 0 0.20 294.07 0.8 0.45
Hex BB 17 CD 9 59 0 14 126 50 2D
Octal 273 27 315 11 131 0 24 446 120 55
Binary 10111011 10111 11001101 1001 1011001 0 10100 100100110 1010000 101101

Color Harmonies of #BB17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17CD

Black with #BB17CD

Text Example


Text Example

White with #BB17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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