Html Css Color HEX #BC03AB Deep Magenta

📋 copy color: '#BC03AB'

red 188 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #BC03AB

Tints of Deep Magenta #BC03AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 51.93%
G = 0.83%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC03AB (or 0xBC03AB) is known color: Deep Magenta. HEX triplet: BC, 03 and AB. RGB value is (188,3,171). Sum of RGB (Red+Green+Blue) = 188+3+171=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC03AB is #43FC54. Grayscale: #4C4C4C. Windows color (decimal): -4455509 or 11207612. OLE color: 11207612.

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

Color convert

RGB 188 3 171 -
CMYK 0 0.98 0.09 0.26
HSL 305.51º 0.97% 0.37% -
HSV(B) 305.51º 0.98% 0.74% -
XYZ 28.12 13.7 39.69 -
YUV 77.47 180.79 206.84 -
System Red Green Blue C M Y K H S L
Decimal 188 3 171 0 0.98 0.09 0.26 305.51 0.97 0.37
Hex BC 3 AB 0 62 9 1A 132 61 25
Octal 274 3 253 0 142 11 32 462 141 45
Binary 10111100 11 10101011 0 1100010 1001 11010 100110010 1100001 100101

Color Harmonies of #BC03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03AB

Black with #BC03AB

Text Example


Text Example

White with #BC03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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