Html Css Color HEX #BC0FDE Deep Magenta

📋 copy color: '#BC0FDE'

red 188 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #BC0FDE

Tints of Deep Magenta #BC0FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.53%

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 44.24%
G = 3.53%
B = 52.24%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC0FDE (or 0xBC0FDE) is known color: Deep Magenta. HEX triplet: BC, 0F and DE. RGB value is (188,15,222). Sum of RGB (Red+Green+Blue) = 188+15+222=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC0FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FDE is #43F021. Grayscale: #595959. Windows color (decimal): -4452386 or 14553020. OLE color: 14553020.

HSL color Cylindrical-coordinate representation of color #BC0FDE: hue angle of 290.14º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0FDE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 15 222 -
CMYK 0.15 0.93 0 0.13
HSL 290.14º 0.87% 0.46% -
HSV(B) 290.14º 0.93% 0.87% -
XYZ 34.09 16.31 70.46 -
YUV 90.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 188 15 222 0.15 0.93 0 0.13 290.14 0.87 0.46
Hex BC F DE F 5D 0 D 122 57 2E
Octal 274 17 336 17 135 0 15 442 127 56
Binary 10111100 1111 11011110 1111 1011101 0 1101 100100010 1010111 101110

Color Harmonies of #BC0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FDE

Black with #BC0FDE

Text Example


Text Example

White with #BC0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FDE; }

 p { color: rgb(188,15,222); }

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

background-color css

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

 a { background-color: rgb(188,15,222); }

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

border-color css

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

 span { border-color: rgb(188,15,222); }

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