Html Css Color HEX #BC15BE Deep Magenta

📋 copy color: '#BC15BE'

red 188 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #BC15BE

Tints of Deep Magenta #BC15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 47.12%
G = 5.26%
B = 47.62%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC15BE (or 0xBC15BE) is known color: Deep Magenta. HEX triplet: BC, 15 and BE. RGB value is (188,21,190). Sum of RGB (Red+Green+Blue) = 188+21+190=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15BE is #43EA41. Grayscale: #595959. Windows color (decimal): -4450882 or 12457404. OLE color: 12457404.

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

Color convert

RGB 188 21 190 -
CMYK 0.01 0.89 0 0.25
HSL 299.29º 0.8% 0.41% -
HSV(B) 299.29º 0.89% 0.75% -
XYZ 30.3 14.95 50 -
YUV 90.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 188 21 190 0.01 0.89 0 0.25 299.29 0.8 0.41
Hex BC 15 BE 1 59 0 19 12B 50 29
Octal 274 25 276 1 131 0 31 453 120 51
Binary 10111100 10101 10111110 1 1011001 0 11001 100101011 1010000 101001

Color Harmonies of #BC15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15BE

Black with #BC15BE

Text Example


Text Example

White with #BC15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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