Html Css Color HEX #BE0FCD Deep Magenta

📋 copy color: '#BE0FCD'

red 190 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #BE0FCD

Tints of Deep Magenta #BE0FCD

RGB

 RED value IS 190 (74.61% from 255) = 46.34%

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

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

R = 46.34%
G = 3.66%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE0FCD (or 0xBE0FCD) is known color: Deep Magenta. HEX triplet: BE, 0F and CD. RGB value is (190,15,205). Sum of RGB (Red+Green+Blue) = 190+15+205=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FCD is #41F032. Grayscale: #585858. Windows color (decimal): -4321331 or 13438910. OLE color: 13438910.

HSL color Cylindrical-coordinate representation of color #BE0FCD: hue angle of 295.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0FCD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 15 205 -
CMYK 0.07 0.93 0 0.20
HSL 295.26º 0.86% 0.43% -
HSV(B) 295.26º 0.93% 0.8% -
XYZ 32.43 15.7 59.08 -
YUV 88.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 190 15 205 0.07 0.93 0 0.20 295.26 0.86 0.43
Hex BE F CD 7 5D 0 14 127 56 2B
Octal 276 17 315 7 135 0 24 447 126 53
Binary 10111110 1111 11001101 111 1011101 0 10100 100100111 1010110 101011

Color Harmonies of #BE0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FCD

Black with #BE0FCD

Text Example


Text Example

White with #BE0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FCD; }

 p { color: rgb(190,15,205); }

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

background-color css

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

 a { background-color: rgb(190,15,205); }

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

border-color css

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

 span { border-color: rgb(190,15,205); }

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