Html Css Color HEX #BC0ABA Deep Magenta

📋 copy color: '#BC0ABA'

red 188 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #BC0ABA

Tints of Deep Magenta #BC0ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 48.96%
G = 2.6%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0ABA (or 0xBC0ABA) is known color: Deep Magenta. HEX triplet: BC, 0A and BA. RGB value is (188,10,186). Sum of RGB (Red+Green+Blue) = 188+10+186=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ABA is #43F545. Grayscale: #525252. Windows color (decimal): -4453702 or 12192444. OLE color: 12192444.

HSL color Cylindrical-coordinate representation of color #BC0ABA: hue angle of 300.67º 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 #BC0ABA is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 10 186 -
CMYK 0 0.95 0.01 0.26
HSL 300.67º 0.9% 0.39% -
HSV(B) 300.67º 0.95% 0.74% -
XYZ 29.71 14.45 47.68 -
YUV 83.29 185.97 202.69 -
System Red Green Blue C M Y K H S L
Decimal 188 10 186 0 0.95 0.01 0.26 300.67 0.9 0.39
Hex BC A BA 0 5F 1 1A 12D 5A 27
Octal 274 12 272 0 137 1 32 455 132 47
Binary 10111100 1010 10111010 0 1011111 1 11010 100101101 1011010 100111

Color Harmonies of #BC0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ABA

Black with #BC0ABA

Text Example


Text Example

White with #BC0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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