Html Css Color HEX #BE0BDC Deep Magenta

📋 copy color: '#BE0BDC'

red 190 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #BE0BDC

Tints of Deep Magenta #BE0BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.61%

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

R = 45.13%
G = 2.61%
B = 52.26%

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

#BE0BDC (or 0xBE0BDC) is known color: Deep Magenta. HEX triplet: BE, 0B and DC. RGB value is (190,11,220). Sum of RGB (Red+Green+Blue) = 190+11+220=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BDC is #41F423. Grayscale: #575757. Windows color (decimal): -4322340 or 14420926. OLE color: 14420926.

HSL color Cylindrical-coordinate representation of color #BE0BDC: hue angle of 291.39º 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 #BE0BDC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 11 220 -
CMYK 0.14 0.95 0 0.14
HSL 291.39º 0.9% 0.45% -
HSV(B) 291.39º 0.95% 0.86% -
XYZ 34.27 16.35 69.06 -
YUV 88.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 190 11 220 0.14 0.95 0 0.14 291.39 0.9 0.45
Hex BE B DC E 5F 0 E 123 5A 2D
Octal 276 13 334 16 137 0 16 443 132 55
Binary 10111110 1011 11011100 1110 1011111 0 1110 100100011 1011010 101101

Color Harmonies of #BE0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BDC

Black with #BE0BDC

Text Example


Text Example

White with #BE0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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