Html Css Color HEX #BC0ABE Deep Magenta

📋 copy color: '#BC0ABE'

red 188 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #BC0ABE

Tints of Deep Magenta #BC0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 48.45%
G = 2.58%
B = 48.97%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0ABE (or 0xBC0ABE) is known color: Deep Magenta. HEX triplet: BC, 0A and BE. RGB value is (188,10,190). Sum of RGB (Red+Green+Blue) = 188+10+190=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ABE is #43F541. Grayscale: #535353. Windows color (decimal): -4453698 or 12454588. OLE color: 12454588.

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

Color convert

RGB 188 10 190 -
CMYK 0.01 0.95 0 0.25
HSL 299.33º 0.9% 0.39% -
HSV(B) 299.33º 0.95% 0.75% -
XYZ 30.14 14.63 49.95 -
YUV 83.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 188 10 190 0.01 0.95 0 0.25 299.33 0.9 0.39
Hex BC A BE 1 5F 0 19 12B 5A 27
Octal 274 12 276 1 137 0 31 453 132 47
Binary 10111100 1010 10111110 1 1011111 0 11001 100101011 1011010 100111

Color Harmonies of #BC0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ABE

Black with #BC0ABE

Text Example


Text Example

White with #BC0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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