Html Css Color HEX #BB0ACC Deep Magenta

📋 copy color: '#BB0ACC'

red 187 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #BB0ACC

Tints of Deep Magenta #BB0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

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

R = 46.63%
G = 2.49%
B = 50.87%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB0ACC (or 0xBB0ACC) is known color: Deep Magenta. HEX triplet: BB, 0A and CC. RGB value is (187,10,204). Sum of RGB (Red+Green+Blue) = 187+10+204=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ACC is #44F533. Grayscale: #545454. Windows color (decimal): -4519220 or 13372091. OLE color: 13372091.

HSL color Cylindrical-coordinate representation of color #BB0ACC: hue angle of 294.74º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ACC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 10 204 -
CMYK 0.08 0.95 0 0.2
HSL 294.74º 0.91% 0.42% -
HSV(B) 294.74º 0.95% 0.8% -
XYZ 31.5 15.14 58.39 -
YUV 85.04 195.14 200.73 -
System Red Green Blue C M Y K H S L
Decimal 187 10 204 0.08 0.95 0 0.2 294.74 0.91 0.42
Hex BB A CC 8 5F 0 14 127 5B 2A
Octal 273 12 314 10 137 0 24 447 133 52
Binary 10111011 1010 11001100 1000 1011111 0 10100 100100111 1011011 101010

Color Harmonies of #BB0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ACC

Black with #BB0ACC

Text Example


Text Example

White with #BB0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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