Html Css Color HEX #BC01BB Deep Magenta

📋 copy color: '#BC01BB'

red 188 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #BC01BB

Tints of Deep Magenta #BC01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 50%
G = 0.27%
B = 49.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC01BB (or 0xBC01BB) is known color: Deep Magenta. HEX triplet: BC, 01 and BB. RGB value is (188,1,187). Sum of RGB (Red+Green+Blue) = 188+1+187=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01BB is #43FE44. Grayscale: #4D4D4D. Windows color (decimal): -4456005 or 12255676. OLE color: 12255676.

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

Color convert

RGB 188 1 187 -
CMYK 0 0.99 0.01 0.26
HSL 300.32º 0.99% 0.37% -
HSV(B) 300.32º 0.99% 0.74% -
XYZ 29.72 14.3 48.21 -
YUV 78.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 188 1 187 0 0.99 0.01 0.26 300.32 0.99 0.37
Hex BC 1 BB 0 63 1 1A 12C 63 25
Octal 274 1 273 0 143 1 32 454 143 45
Binary 10111100 1 10111011 0 1100011 1 11010 100101100 1100011 100101

Color Harmonies of #BC01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01BB

Black with #BC01BB

Text Example


Text Example

White with #BC01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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