Html Css Color HEX #BC02A6 Deep Magenta

📋 copy color: '#BC02A6'

red 188 ◦ green 2 ◦ blue 166

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

Shades of Deep Magenta #BC02A6

Tints of Deep Magenta #BC02A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 52.81%
G = 0.56%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC02A6 (or 0xBC02A6) is known color: Deep Magenta. HEX triplet: BC, 02 and A6. RGB value is (188,2,166). Sum of RGB (Red+Green+Blue) = 188+2+166=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02A6 is #43FD59. Grayscale: #4B4B4B. Windows color (decimal): -4455770 or 10879676. OLE color: 10879676.

HSL color Cylindrical-coordinate representation of color #BC02A6: hue angle of 307.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 166 -
CMYK 0 0.99 0.12 0.26
HSL 307.1º 0.98% 0.37% -
HSV(B) 307.1º 0.99% 0.74% -
XYZ 27.64 13.49 37.22 -
YUV 76.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 188 2 166 0 0.99 0.12 0.26 307.1 0.98 0.37
Hex BC 2 A6 0 63 C 1A 133 62 25
Octal 274 2 246 0 143 14 32 463 142 45
Binary 10111100 10 10100110 0 1100011 1100 11010 100110011 1100010 100101

Color Harmonies of #BC02A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02A6

Black with #BC02A6

Text Example


Text Example

White with #BC02A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02A6; }

 p { color: rgb(188,2,166); }

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

background-color css

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

 a { background-color: rgb(188,2,166); }

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

border-color css

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

 span { border-color: rgb(188,2,166); }

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