Html Css Color HEX #BC05BB Deep Magenta

📋 copy color: '#BC05BB'

red 188 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #BC05BB

Tints of Deep Magenta #BC05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 49.47%
G = 1.32%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC05BB (or 0xBC05BB) is known color: Deep Magenta. HEX triplet: BC, 05 and BB. RGB value is (188,5,187). Sum of RGB (Red+Green+Blue) = 188+5+187=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05BB is #43FA44. Grayscale: #4F4F4F. Windows color (decimal): -4454981 or 12256700. OLE color: 12256700.

HSL color Cylindrical-coordinate representation of color #BC05BB: hue angle of 300.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC05BB is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 187 -
CMYK 0 0.97 0.01 0.26
HSL 300.33º 0.95% 0.38% -
HSV(B) 300.33º 0.97% 0.74% -
XYZ 29.76 14.39 48.22 -
YUV 80.47 188.13 204.7 -
System Red Green Blue C M Y K H S L
Decimal 188 5 187 0 0.97 0.01 0.26 300.33 0.95 0.38
Hex BC 5 BB 0 61 1 1A 12C 5F 26
Octal 274 5 273 0 141 1 32 454 137 46
Binary 10111100 101 10111011 0 1100001 1 11010 100101100 1011111 100110

Color Harmonies of #BC05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05BB

Black with #BC05BB

Text Example


Text Example

White with #BC05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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