Html Css Color HEX #BC0AB2 Deep Magenta

📋 copy color: '#BC0AB2'

red 188 ◦ green 10 ◦ blue 178

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

Shades of Deep Magenta #BC0AB2

Tints of Deep Magenta #BC0AB2

RGB

 RED value IS 188 (73.83% from 255) = 50%

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

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 50%
G = 2.66%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC0AB2 (or 0xBC0AB2) is known color: Deep Magenta. HEX triplet: BC, 0A and B2. RGB value is (188,10,178). Sum of RGB (Red+Green+Blue) = 188+10+178=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0AB2 is #43F54D. Grayscale: #515151. Windows color (decimal): -4453710 or 11668156. OLE color: 11668156.

HSL color Cylindrical-coordinate representation of color #BC0AB2: hue angle of 303.37º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AB2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 10 178 -
CMYK 0 0.95 0.05 0.26
HSL 303.37º 0.9% 0.39% -
HSV(B) 303.37º 0.95% 0.74% -
XYZ 28.88 14.12 43.32 -
YUV 82.37 181.97 203.34 -
System Red Green Blue C M Y K H S L
Decimal 188 10 178 0 0.95 0.05 0.26 303.37 0.9 0.39
Hex BC A B2 0 5F 5 1A 12F 5A 27
Octal 274 12 262 0 137 5 32 457 132 47
Binary 10111100 1010 10110010 0 1011111 101 11010 100101111 1011010 100111

Color Harmonies of #BC0AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0AB2

Black with #BC0AB2

Text Example


Text Example

White with #BC0AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0AB2; }

 p { color: rgb(188,10,178); }

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

background-color css

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

 a { background-color: rgb(188,10,178); }

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

border-color css

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

 span { border-color: rgb(188,10,178); }

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