Html Css Color HEX #BC0ABF Deep Magenta

📋 copy color: '#BC0ABF'

red 188 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #BC0ABF

Tints of Deep Magenta #BC0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 48.33%
G = 2.57%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0ABF (or 0xBC0ABF) is known color: Deep Magenta. HEX triplet: BC, 0A and BF. RGB value is (188,10,191). Sum of RGB (Red+Green+Blue) = 188+10+191=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ABF is #43F540. Grayscale: #535353. Windows color (decimal): -4453697 or 12520124. OLE color: 12520124.

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

Color convert

RGB 188 10 191 -
CMYK 0.02 0.95 0 0.25
HSL 299.01º 0.9% 0.39% -
HSV(B) 299.01º 0.95% 0.75% -
XYZ 30.25 14.67 50.53 -
YUV 83.86 188.47 202.28 -
System Red Green Blue C M Y K H S L
Decimal 188 10 191 0.02 0.95 0 0.25 299.01 0.9 0.39
Hex BC A BF 2 5F 0 19 12B 5A 27
Octal 274 12 277 2 137 0 31 453 132 47
Binary 10111100 1010 10111111 10 1011111 0 11001 100101011 1011010 100111

Color Harmonies of #BC0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ABF

Black with #BC0ABF

Text Example


Text Example

White with #BC0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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