Html Css Color HEX #BE0FDA Deep Magenta

📋 copy color: '#BE0FDA'

red 190 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #BE0FDA

Tints of Deep Magenta #BE0FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 44.92%
G = 3.55%
B = 51.54%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE0FDA (or 0xBE0FDA) is known color: Deep Magenta. HEX triplet: BE, 0F and DA. RGB value is (190,15,218). Sum of RGB (Red+Green+Blue) = 190+15+218=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE0FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0FDA is #41F025. Grayscale: #595959. Windows color (decimal): -4321318 or 14290878. OLE color: 14290878.

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

Color convert

RGB 190 15 218 -
CMYK 0.13 0.93 0 0.15
HSL 291.72º 0.87% 0.46% -
HSV(B) 291.72º 0.93% 0.85% -
XYZ 34.06 16.35 67.69 -
YUV 90.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 190 15 218 0.13 0.93 0 0.15 291.72 0.87 0.46
Hex BE F DA D 5D 0 F 124 57 2E
Octal 276 17 332 15 135 0 17 444 127 56
Binary 10111110 1111 11011010 1101 1011101 0 1111 100100100 1010111 101110

Color Harmonies of #BE0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FDA

Black with #BE0FDA

Text Example


Text Example

White with #BE0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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