Html Css Color HEX #BC15CD Deep Magenta

📋 copy color: '#BC15CD'

red 188 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #BC15CD

Tints of Deep Magenta #BC15CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 45.41%
G = 5.07%
B = 49.52%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC15CD (or 0xBC15CD) is known color: Deep Magenta. HEX triplet: BC, 15 and CD. RGB value is (188,21,205). Sum of RGB (Red+Green+Blue) = 188+21+205=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15CD is #43EA32. Grayscale: #5B5B5B. Windows color (decimal): -4450867 or 13440444. OLE color: 13440444.

HSL color Cylindrical-coordinate representation of color #BC15CD: hue angle of 294.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC15CD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 21 205 -
CMYK 0.08 0.90 0 0.20
HSL 294.46º 0.81% 0.44% -
HSV(B) 294.46º 0.9% 0.8% -
XYZ 32.03 15.64 59.09 -
YUV 91.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 188 21 205 0.08 0.90 0 0.20 294.46 0.81 0.44
Hex BC 15 CD 8 5A 0 14 126 51 2C
Octal 274 25 315 10 132 0 24 446 121 54
Binary 10111100 10101 11001101 1000 1011010 0 10100 100100110 1010001 101100

Color Harmonies of #BC15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15CD

Black with #BC15CD

Text Example


Text Example

White with #BC15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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