Html Css Color HEX #BB00CD Deep Magenta

📋 copy color: '#BB00CD'

red 187 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #BB00CD

Tints of Deep Magenta #BB00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.7%
G = 0%
B = 52.3%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB00CD (or 0xBB00CD) is known color: Deep Magenta. HEX triplet: BB, 00 and CD. RGB value is (187,0,205). Sum of RGB (Red+Green+Blue) = 187+0+205=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00CD is #44FF32. Grayscale: #4E4E4E. Windows color (decimal): -4521779 or 13435067. OLE color: 13435067.

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

Color convert

RGB 187 0 205 -
CMYK 0.09 1 0 0.20
HSL 294.73º 1% 0.4% -
HSV(B) 294.73º 1% 0.8% -
XYZ 31.51 14.97 58.99 -
YUV 79.28 198.95 204.83 -
System Red Green Blue C M Y K H S L
Decimal 187 0 205 0.09 1 0 0.20 294.73 1 0.4
Hex BB 0 CD 9 64 0 14 127 64 28
Octal 273 0 315 11 144 0 24 447 144 50
Binary 10111011 0 11001101 1001 1100100 0 10100 100100111 1100100 101000

Color Harmonies of #BB00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00CD

Black with #BB00CD

Text Example


Text Example

White with #BB00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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