Html Css Color HEX #BC0FA9 Deep Magenta

📋 copy color: '#BC0FA9'

red 188 ◦ green 15 ◦ blue 169

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

Shades of Deep Magenta #BC0FA9

Tints of Deep Magenta #BC0FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.03%

 BLUE value IS 169 (66.41% from 255) = 45.43%

R = 50.54%
G = 4.03%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC0FA9 (or 0xBC0FA9) is known color: Deep Magenta. HEX triplet: BC, 0F and A9. RGB value is (188,15,169). Sum of RGB (Red+Green+Blue) = 188+15+169=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FA9 is #43F056. Grayscale: #535353. Windows color (decimal): -4452439 or 11079612. OLE color: 11079612.

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

Color convert

RGB 188 15 169 -
CMYK 0 0.92 0.10 0.26
HSL 306.59º 0.85% 0.4% -
HSV(B) 306.59º 0.92% 0.74% -
XYZ 28.07 13.9 38.74 -
YUV 84.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 188 15 169 0 0.92 0.10 0.26 306.59 0.85 0.4
Hex BC F A9 0 5C A 1A 133 55 28
Octal 274 17 251 0 134 12 32 463 125 50
Binary 10111100 1111 10101001 0 1011100 1010 11010 100110011 1010101 101000

Color Harmonies of #BC0FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FA9

Black with #BC0FA9

Text Example


Text Example

White with #BC0FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FA9; }

 p { color: rgb(188,15,169); }

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

background-color css

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

 a { background-color: rgb(188,15,169); }

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

border-color css

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

 span { border-color: rgb(188,15,169); }

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