Html Css Color HEX #BB0AC2 Deep Magenta

📋 copy color: '#BB0AC2'

red 187 ◦ green 10 ◦ blue 194

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

Shades of Deep Magenta #BB0AC2

Tints of Deep Magenta #BB0AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.62%

R = 47.83%
G = 2.56%
B = 49.62%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB0AC2 (or 0xBB0AC2) is known color: Deep Magenta. HEX triplet: BB, 0A and C2. RGB value is (187,10,194). Sum of RGB (Red+Green+Blue) = 187+10+194=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB0AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AC2 is #44F53D. Grayscale: #535353. Windows color (decimal): -4519230 or 12716731. OLE color: 12716731.

HSL color Cylindrical-coordinate representation of color #BB0AC2: hue angle of 297.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AC2 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 10 194 -
CMYK 0.04 0.95 0 0.24
HSL 297.72º 0.9% 0.4% -
HSV(B) 297.72º 0.95% 0.76% -
XYZ 30.34 14.68 52.27 -
YUV 83.9 190.14 201.54 -
System Red Green Blue C M Y K H S L
Decimal 187 10 194 0.04 0.95 0 0.24 297.72 0.9 0.4
Hex BB A C2 4 5F 0 18 12A 5A 28
Octal 273 12 302 4 137 0 30 452 132 50
Binary 10111011 1010 11000010 100 1011111 0 11000 100101010 1011010 101000

Color Harmonies of #BB0AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AC2

Black with #BB0AC2

Text Example


Text Example

White with #BB0AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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