Html Css Color HEX #BC0EAB Deep Magenta

📋 copy color: '#BC0EAB'

red 188 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #BC0EAB

Tints of Deep Magenta #BC0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.75%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 50.4%
G = 3.75%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC0EAB (or 0xBC0EAB) is known color: Deep Magenta. HEX triplet: BC, 0E and AB. RGB value is (188,14,171). Sum of RGB (Red+Green+Blue) = 188+14+171=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0EAB is #43F154. Grayscale: #535353. Windows color (decimal): -4452693 or 11210428. OLE color: 11210428.

HSL color Cylindrical-coordinate representation of color #BC0EAB: hue angle of 305.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0EAB is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 171 -
CMYK 0 0.93 0.09 0.26
HSL 305.86º 0.86% 0.4% -
HSV(B) 305.86º 0.93% 0.74% -
XYZ 28.25 13.95 39.73 -
YUV 83.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 188 14 171 0 0.93 0.09 0.26 305.86 0.86 0.4
Hex BC E AB 0 5D 9 1A 132 56 28
Octal 274 16 253 0 135 11 32 462 126 50
Binary 10111100 1110 10101011 0 1011101 1001 11010 100110010 1010110 101000

Color Harmonies of #BC0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EAB

Black with #BC0EAB

Text Example


Text Example

White with #BC0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EAB; }

 p { color: rgb(188,14,171); }

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

background-color css

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

 a { background-color: rgb(188,14,171); }

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

border-color css

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

 span { border-color: rgb(188,14,171); }

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