Html Css Color HEX #BC02AB Deep Magenta

📋 copy color: '#BC02AB'

red 188 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #BC02AB

Tints of Deep Magenta #BC02AB

RGB

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

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

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

R = 52.08%
G = 0.55%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC02AB (or 0xBC02AB) is known color: Deep Magenta. HEX triplet: BC, 02 and AB. RGB value is (188,2,171). Sum of RGB (Red+Green+Blue) = 188+2+171=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02AB is #43FD54. Grayscale: #4C4C4C. Windows color (decimal): -4455765 or 11207356. OLE color: 11207356.

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

Color convert

RGB 188 2 171 -
CMYK 0 0.99 0.09 0.26
HSL 305.48º 0.98% 0.37% -
HSV(B) 305.48º 0.99% 0.74% -
XYZ 28.11 13.68 39.69 -
YUV 76.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 188 2 171 0 0.99 0.09 0.26 305.48 0.98 0.37
Hex BC 2 AB 0 63 9 1A 131 62 25
Octal 274 2 253 0 143 11 32 461 142 45
Binary 10111100 10 10101011 0 1100011 1001 11010 100110001 1100010 100101

Color Harmonies of #BC02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02AB

Black with #BC02AB

Text Example


Text Example

White with #BC02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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