Html Css Color HEX #BC15D0 Deep Magenta

📋 copy color: '#BC15D0'

red 188 ◦ green 21 ◦ blue 208

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

Shades of Deep Magenta #BC15D0

Tints of Deep Magenta #BC15D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.88%

R = 45.08%
G = 5.04%
B = 49.88%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC15D0 (or 0xBC15D0) is known color: Deep Magenta. HEX triplet: BC, 15 and D0. RGB value is (188,21,208). Sum of RGB (Red+Green+Blue) = 188+21+208=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC15D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15D0 is #43EA2F. Grayscale: #5B5B5B. Windows color (decimal): -4450864 or 13637052. OLE color: 13637052.

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

Color convert

RGB 188 21 208 -
CMYK 0.10 0.90 0 0.18
HSL 293.58º 0.82% 0.45% -
HSV(B) 293.58º 0.9% 0.82% -
XYZ 32.39 15.78 61.01 -
YUV 92.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 188 21 208 0.10 0.90 0 0.18 293.58 0.82 0.45
Hex BC 15 D0 A 5A 0 12 126 52 2D
Octal 274 25 320 12 132 0 22 446 122 55
Binary 10111100 10101 11010000 1010 1011010 0 10010 100100110 1010010 101101

Color Harmonies of #BC15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15D0

Black with #BC15D0

Text Example


Text Example

White with #BC15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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