Html Css Color HEX #BC15B7 Deep Magenta

📋 copy color: '#BC15B7'

red 188 ◦ green 21 ◦ blue 183

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

Shades of Deep Magenta #BC15B7

Tints of Deep Magenta #BC15B7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

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

R = 47.96%
G = 5.36%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC15B7 (or 0xBC15B7) is known color: Deep Magenta. HEX triplet: BC, 15 and B7. RGB value is (188,21,183). Sum of RGB (Red+Green+Blue) = 188+21+183=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15B7 is #43EA48. Grayscale: #585858. Windows color (decimal): -4450889 or 11998652. OLE color: 11998652.

HSL color Cylindrical-coordinate representation of color #BC15B7: hue angle of 301.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15B7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 183 -
CMYK 0 0.89 0.03 0.26
HSL 301.8º 0.8% 0.41% -
HSV(B) 301.8º 0.89% 0.74% -
XYZ 29.55 14.65 46.07 -
YUV 89.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 188 21 183 0 0.89 0.03 0.26 301.8 0.8 0.41
Hex BC 15 B7 0 59 3 1A 12E 50 29
Octal 274 25 267 0 131 3 32 456 120 51
Binary 10111100 10101 10110111 0 1011001 11 11010 100101110 1010000 101001

Color Harmonies of #BC15B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15B7

Black with #BC15B7

Text Example


Text Example

White with #BC15B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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