Html Css Color HEX #BC02BE Deep Magenta

📋 copy color: '#BC02BE'

red 188 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #BC02BE

Tints of Deep Magenta #BC02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 49.47%
G = 0.53%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC02BE (or 0xBC02BE) is known color: Deep Magenta. HEX triplet: BC, 02 and BE. RGB value is (188,2,190). Sum of RGB (Red+Green+Blue) = 188+2+190=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02BE is #43FD41. Grayscale: #4E4E4E. Windows color (decimal): -4455746 or 12452540. OLE color: 12452540.

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

Color convert

RGB 188 2 190 -
CMYK 0.01 0.99 0 0.25
HSL 299.36º 0.98% 0.38% -
HSV(B) 299.36º 0.99% 0.75% -
XYZ 30.06 14.45 49.92 -
YUV 79.05 190.62 205.71 -
System Red Green Blue C M Y K H S L
Decimal 188 2 190 0.01 0.99 0 0.25 299.36 0.98 0.38
Hex BC 2 BE 1 63 0 19 12B 62 26
Octal 274 2 276 1 143 0 31 453 142 46
Binary 10111100 10 10111110 1 1100011 0 11001 100101011 1100010 100110

Color Harmonies of #BC02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02BE

Black with #BC02BE

Text Example


Text Example

White with #BC02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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