Html Css Color HEX #BC02B9 Deep Magenta

📋 copy color: '#BC02B9'

red 188 ◦ green 2 ◦ blue 185

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

Shades of Deep Magenta #BC02B9

Tints of Deep Magenta #BC02B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 50.13%
G = 0.53%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC02B9 (or 0xBC02B9) is known color: Deep Magenta. HEX triplet: BC, 02 and B9. RGB value is (188,2,185). Sum of RGB (Red+Green+Blue) = 188+2+185=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02B9 is #43FD46. Grayscale: #4D4D4D. Windows color (decimal): -4455751 or 12124860. OLE color: 12124860.

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

Color convert

RGB 188 2 185 -
CMYK 0 0.99 0.02 0.26
HSL 300.97º 0.98% 0.37% -
HSV(B) 300.97º 0.99% 0.74% -
XYZ 29.52 14.24 47.09 -
YUV 78.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 188 2 185 0 0.99 0.02 0.26 300.97 0.98 0.37
Hex BC 2 B9 0 63 2 1A 12D 62 25
Octal 274 2 271 0 143 2 32 455 142 45
Binary 10111100 10 10111001 0 1100011 10 11010 100101101 1100010 100101

Color Harmonies of #BC02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02B9

Black with #BC02B9

Text Example


Text Example

White with #BC02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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