Html Css Color HEX #BC13B5 Deep Magenta

📋 copy color: '#BC13B5'

red 188 ◦ green 19 ◦ blue 181

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

Shades of Deep Magenta #BC13B5

Tints of Deep Magenta #BC13B5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 181 (71.09% from 255) = 46.65%

R = 48.45%
G = 4.9%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC13B5 (or 0xBC13B5) is known color: Deep Magenta. HEX triplet: BC, 13 and B5. RGB value is (188,19,181). Sum of RGB (Red+Green+Blue) = 188+19+181=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13B5 is #43EC4A. Grayscale: #575757. Windows color (decimal): -4451403 or 11867068. OLE color: 11867068.

HSL color Cylindrical-coordinate representation of color #BC13B5: hue angle of 302.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13B5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 181 -
CMYK 0 0.90 0.04 0.26
HSL 302.49º 0.82% 0.41% -
HSV(B) 302.49º 0.9% 0.74% -
XYZ 29.31 14.49 44.97 -
YUV 88 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 188 19 181 0 0.90 0.04 0.26 302.49 0.82 0.41
Hex BC 13 B5 0 5A 4 1A 12E 52 29
Octal 274 23 265 0 132 4 32 456 122 51
Binary 10111100 10011 10110101 0 1011010 100 11010 100101110 1010010 101001

Color Harmonies of #BC13B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13B5

Black with #BC13B5

Text Example


Text Example

White with #BC13B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13B5; }

 p { color: rgb(188,19,181); }

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

background-color css

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

 a { background-color: rgb(188,19,181); }

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

border-color css

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

 span { border-color: rgb(188,19,181); }

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