Html Css Color HEX #BC02BF Deep Magenta

📋 copy color: '#BC02BF'

red 188 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #BC02BF

Tints of Deep Magenta #BC02BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 49.34%
G = 0.52%
B = 50.13%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC02BF (or 0xBC02BF) is known color: Deep Magenta. HEX triplet: BC, 02 and BF. RGB value is (188,2,191). Sum of RGB (Red+Green+Blue) = 188+2+191=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02BF is #43FD40. Grayscale: #4E4E4E. Windows color (decimal): -4455745 or 12518076. OLE color: 12518076.

HSL color Cylindrical-coordinate representation of color #BC02BF: hue angle of 299.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02BF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 2 191 -
CMYK 0.02 0.99 0 0.25
HSL 299.05º 0.98% 0.38% -
HSV(B) 299.05º 0.99% 0.75% -
XYZ 30.16 14.5 50.5 -
YUV 79.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 188 2 191 0.02 0.99 0 0.25 299.05 0.98 0.38
Hex BC 2 BF 2 63 0 19 12B 62 26
Octal 274 2 277 2 143 0 31 453 142 46
Binary 10111100 10 10111111 10 1100011 0 11001 100101011 1100010 100110

Color Harmonies of #BC02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02BF

Black with #BC02BF

Text Example


Text Example

White with #BC02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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