Html Css Color HEX #BC0ED7 Deep Magenta

📋 copy color: '#BC0ED7'

red 188 ◦ green 14 ◦ blue 215

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

Shades of Deep Magenta #BC0ED7

Tints of Deep Magenta #BC0ED7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 45.08%
G = 3.36%
B = 51.56%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC0ED7 (or 0xBC0ED7) is known color: Deep Magenta. HEX triplet: BC, 0E and D7. RGB value is (188,14,215). Sum of RGB (Red+Green+Blue) = 188+14+215=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC0ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ED7 is #43F128. Grayscale: #585858. Windows color (decimal): -4452649 or 14094012. OLE color: 14094012.

HSL color Cylindrical-coordinate representation of color #BC0ED7: hue angle of 291.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0ED7 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 14 215 -
CMYK 0.13 0.93 0 0.16
HSL 291.94º 0.88% 0.45% -
HSV(B) 291.94º 0.93% 0.84% -
XYZ 33.16 15.91 65.61 -
YUV 88.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 188 14 215 0.13 0.93 0 0.16 291.94 0.88 0.45
Hex BC E D7 D 5D 0 10 124 58 2D
Octal 274 16 327 15 135 0 20 444 130 55
Binary 10111100 1110 11010111 1101 1011101 0 10000 100100100 1011000 101101

Color Harmonies of #BC0ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0ED7

Black with #BC0ED7

Text Example


Text Example

White with #BC0ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0ED7; }

 p { color: rgb(188,14,215); }

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

background-color css

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

 a { background-color: rgb(188,14,215); }

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

border-color css

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

 span { border-color: rgb(188,14,215); }

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