Html Css Color HEX #BC01B7 Deep Magenta

📋 copy color: '#BC01B7'

red 188 ◦ green 1 ◦ blue 183

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

Shades of Deep Magenta #BC01B7

Tints of Deep Magenta #BC01B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 183 (71.88% from 255) = 49.19%

R = 50.54%
G = 0.27%
B = 49.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC01B7 (or 0xBC01B7) is known color: Deep Magenta. HEX triplet: BC, 01 and B7. RGB value is (188,1,183). Sum of RGB (Red+Green+Blue) = 188+1+183=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01B7 is #43FE48. Grayscale: #4D4D4D. Windows color (decimal): -4456009 or 11993532. OLE color: 11993532.

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

Color convert

RGB 188 1 183 -
CMYK 0 0.99 0.03 0.26
HSL 301.6º 0.99% 0.37% -
HSV(B) 301.6º 0.99% 0.74% -
XYZ 29.3 14.13 45.98 -
YUV 77.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 188 1 183 0 0.99 0.03 0.26 301.6 0.99 0.37
Hex BC 1 B7 0 63 3 1A 12E 63 25
Octal 274 1 267 0 143 3 32 456 143 45
Binary 10111100 1 10110111 0 1100011 11 11010 100101110 1100011 100101

Color Harmonies of #BC01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01B7

Black with #BC01B7

Text Example


Text Example

White with #BC01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01B7; }

 p { color: rgb(188,1,183); }

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

background-color css

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

 a { background-color: rgb(188,1,183); }

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

border-color css

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

 span { border-color: rgb(188,1,183); }

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