Html Css Color HEX #BE0CDC Deep Magenta

📋 copy color: '#BE0CDC'

red 190 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #BE0CDC

Tints of Deep Magenta #BE0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 45.02%
G = 2.84%
B = 52.13%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE0CDC (or 0xBE0CDC) is known color: Deep Magenta. HEX triplet: BE, 0C and DC. RGB value is (190,12,220). Sum of RGB (Red+Green+Blue) = 190+12+220=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CDC is #41F323. Grayscale: #585858. Windows color (decimal): -4322084 or 14421182. OLE color: 14421182.

HSL color Cylindrical-coordinate representation of color #BE0CDC: hue angle of 291.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CDC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 12 220 -
CMYK 0.14 0.95 0 0.14
HSL 291.35º 0.9% 0.45% -
HSV(B) 291.35º 0.95% 0.86% -
XYZ 34.28 16.38 69.06 -
YUV 88.93 201.97 200.09 -
System Red Green Blue C M Y K H S L
Decimal 190 12 220 0.14 0.95 0 0.14 291.35 0.9 0.45
Hex BE C DC E 5F 0 E 123 5A 2D
Octal 276 14 334 16 137 0 16 443 132 55
Binary 10111110 1100 11011100 1110 1011111 0 1110 100100011 1011010 101101

Color Harmonies of #BE0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CDC

Black with #BE0CDC

Text Example


Text Example

White with #BE0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CDC; }

 p { color: rgb(190,12,220); }

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

background-color css

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

 a { background-color: rgb(190,12,220); }

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

border-color css

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

 span { border-color: rgb(190,12,220); }

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