Html Css Color HEX #BB1ACD Deep Magenta

📋 copy color: '#BB1ACD'

red 187 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #BB1ACD

Tints of Deep Magenta #BB1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

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

R = 44.74%
G = 6.22%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1ACD (or 0xBB1ACD) is known color: Deep Magenta. HEX triplet: BB, 1A and CD. RGB value is (187,26,205). Sum of RGB (Red+Green+Blue) = 187+26+205=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ACD is #44E532. Grayscale: #5D5D5D. Windows color (decimal): -4515123 or 13441723. OLE color: 13441723.

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

Color convert

RGB 187 26 205 -
CMYK 0.09 0.87 0 0.20
HSL 293.97º 0.77% 0.45% -
HSV(B) 293.97º 0.87% 0.8% -
XYZ 31.88 15.71 59.11 -
YUV 94.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 187 26 205 0.09 0.87 0 0.20 293.97 0.77 0.45
Hex BB 1A CD 9 57 0 14 126 4D 2D
Octal 273 32 315 11 127 0 24 446 115 55
Binary 10111011 11010 11001101 1001 1010111 0 10100 100100110 1001101 101101

Color Harmonies of #BB1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1ACD

Black with #BB1ACD

Text Example


Text Example

White with #BB1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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