Html Css Color HEX #BC01B8 Deep Magenta

📋 copy color: '#BC01B8'

red 188 ◦ green 1 ◦ blue 184

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

Shades of Deep Magenta #BC01B8

Tints of Deep Magenta #BC01B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 50.4%
G = 0.27%
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

#BC01B8 (or 0xBC01B8) is known color: Deep Magenta. HEX triplet: BC, 01 and B8. RGB value is (188,1,184). Sum of RGB (Red+Green+Blue) = 188+1+184=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01B8 is #43FE47. Grayscale: #4D4D4D. Windows color (decimal): -4456008 or 12059068. OLE color: 12059068.

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

Color convert

RGB 188 1 184 -
CMYK 0 0.99 0.02 0.26
HSL 301.28º 0.99% 0.37% -
HSV(B) 301.28º 0.99% 0.74% -
XYZ 29.4 14.17 46.53 -
YUV 77.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 188 1 184 0 0.99 0.02 0.26 301.28 0.99 0.37
Hex BC 1 B8 0 63 2 1A 12D 63 25
Octal 274 1 270 0 143 2 32 455 143 45
Binary 10111100 1 10111000 0 1100011 10 11010 100101101 1100011 100101

Color Harmonies of #BC01B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01B8

Black with #BC01B8

Text Example


Text Example

White with #BC01B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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