Html Css Color HEX #BB1ACC Deep Magenta

📋 copy color: '#BB1ACC'

red 187 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #BB1ACC

Tints of Deep Magenta #BB1ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 44.84%
G = 6.24%
B = 48.92%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB1ACC (or 0xBB1ACC) is known color: Deep Magenta. HEX triplet: BB, 1A and CC. RGB value is (187,26,204). Sum of RGB (Red+Green+Blue) = 187+26+204=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ACC is #44E533. Grayscale: #5D5D5D. Windows color (decimal): -4515124 or 13376187. OLE color: 13376187.

HSL color Cylindrical-coordinate representation of color #BB1ACC: hue angle of 294.27º 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 #BB1ACC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 26 204 -
CMYK 0.08 0.87 0 0.2
HSL 294.27º 0.77% 0.45% -
HSV(B) 294.27º 0.87% 0.8% -
XYZ 31.76 15.66 58.48 -
YUV 94.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 187 26 204 0.08 0.87 0 0.2 294.27 0.77 0.45
Hex BB 1A CC 8 57 0 14 126 4D 2D
Octal 273 32 314 10 127 0 24 446 115 55
Binary 10111011 11010 11001100 1000 1010111 0 10100 100100110 1001101 101101

Color Harmonies of #BB1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1ACC

Black with #BB1ACC

Text Example


Text Example

White with #BB1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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