Html Css Color HEX #BC0FAA Deep Magenta

📋 copy color: '#BC0FAA'

red 188 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #BC0FAA

Tints of Deep Magenta #BC0FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 50.4%
G = 4.02%
B = 45.58%

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

#BC0FAA (or 0xBC0FAA) is known color: Deep Magenta. HEX triplet: BC, 0F and AA. RGB value is (188,15,170). Sum of RGB (Red+Green+Blue) = 188+15+170=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FAA is #43F055. Grayscale: #535353. Windows color (decimal): -4452438 or 11145148. OLE color: 11145148.

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

Color convert

RGB 188 15 170 -
CMYK 0 0.92 0.10 0.26
HSL 306.24º 0.85% 0.4% -
HSV(B) 306.24º 0.92% 0.74% -
XYZ 28.17 13.94 39.24 -
YUV 84.4 176.31 201.9 -
System Red Green Blue C M Y K H S L
Decimal 188 15 170 0 0.92 0.10 0.26 306.24 0.85 0.4
Hex BC F AA 0 5C A 1A 132 55 28
Octal 274 17 252 0 134 12 32 462 125 50
Binary 10111100 1111 10101010 0 1011100 1010 11010 100110010 1010101 101000

Color Harmonies of #BC0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FAA

Black with #BC0FAA

Text Example


Text Example

White with #BC0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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