Html Css Color HEX #BC15CE Deep Magenta

📋 copy color: '#BC15CE'

red 188 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #BC15CE

Tints of Deep Magenta #BC15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 45.3%
G = 5.06%
B = 49.64%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC15CE (or 0xBC15CE) is known color: Deep Magenta. HEX triplet: BC, 15 and CE. RGB value is (188,21,206). Sum of RGB (Red+Green+Blue) = 188+21+206=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15CE is #43EA31. Grayscale: #5B5B5B. Windows color (decimal): -4450866 or 13505980. OLE color: 13505980.

HSL color Cylindrical-coordinate representation of color #BC15CE: hue angle of 294.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC15CE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 21 206 -
CMYK 0.09 0.90 0 0.19
HSL 294.16º 0.81% 0.45% -
HSV(B) 294.16º 0.9% 0.81% -
XYZ 32.15 15.68 59.73 -
YUV 92.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 188 21 206 0.09 0.90 0 0.19 294.16 0.81 0.45
Hex BC 15 CE 9 5A 0 13 126 51 2D
Octal 274 25 316 11 132 0 23 446 121 55
Binary 10111100 10101 11001110 1001 1011010 0 10011 100100110 1010001 101101

Color Harmonies of #BC15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15CE

Black with #BC15CE

Text Example


Text Example

White with #BC15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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