Html Css Color HEX #BC02B4 Deep Magenta

📋 copy color: '#BC02B4'

red 188 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #BC02B4

Tints of Deep Magenta #BC02B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 50.81%
G = 0.54%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC02B4 (or 0xBC02B4) is known color: Deep Magenta. HEX triplet: BC, 02 and B4. RGB value is (188,2,180). Sum of RGB (Red+Green+Blue) = 188+2+180=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02B4 is #43FD4B. Grayscale: #4D4D4D. Windows color (decimal): -4455756 or 11797180. OLE color: 11797180.

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

Color convert

RGB 188 2 180 -
CMYK 0 0.99 0.04 0.26
HSL 302.58º 0.98% 0.37% -
HSV(B) 302.58º 0.99% 0.74% -
XYZ 29 14.03 44.36 -
YUV 77.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 188 2 180 0 0.99 0.04 0.26 302.58 0.98 0.37
Hex BC 2 B4 0 63 4 1A 12F 62 25
Octal 274 2 264 0 143 4 32 457 142 45
Binary 10111100 10 10110100 0 1100011 100 11010 100101111 1100010 100101

Color Harmonies of #BC02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02B4

Black with #BC02B4

Text Example


Text Example

White with #BC02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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