Html Css Color HEX #BC0EA8 Deep Magenta

📋 copy color: '#BC0EA8'

red 188 ◦ green 14 ◦ blue 168

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

Shades of Deep Magenta #BC0EA8

Tints of Deep Magenta #BC0EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.41%

R = 50.81%
G = 3.78%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC0EA8 (or 0xBC0EA8) is known color: Deep Magenta. HEX triplet: BC, 0E and A8. RGB value is (188,14,168). Sum of RGB (Red+Green+Blue) = 188+14+168=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0EA8 is #43F157. Grayscale: #535353. Windows color (decimal): -4452696 or 11013820. OLE color: 11013820.

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

Color convert

RGB 188 14 168 -
CMYK 0 0.93 0.11 0.26
HSL 306.9º 0.86% 0.4% -
HSV(B) 306.9º 0.93% 0.74% -
XYZ 27.96 13.83 38.24 -
YUV 83.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 188 14 168 0 0.93 0.11 0.26 306.9 0.86 0.4
Hex BC E A8 0 5D B 1A 133 56 28
Octal 274 16 250 0 135 13 32 463 126 50
Binary 10111100 1110 10101000 0 1011101 1011 11010 100110011 1010110 101000

Color Harmonies of #BC0EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EA8

Black with #BC0EA8

Text Example


Text Example

White with #BC0EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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