Html Css Color HEX #BE14DA Deep Magenta

📋 copy color: '#BE14DA'

red 190 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #BE14DA

Tints of Deep Magenta #BE14DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.67%

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

R = 44.39%
G = 4.67%
B = 50.93%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE14DA (or 0xBE14DA) is known color: Deep Magenta. HEX triplet: BE, 14 and DA. RGB value is (190,20,218). Sum of RGB (Red+Green+Blue) = 190+20+218=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14DA is #41EB25. Grayscale: #5C5C5C. Windows color (decimal): -4320038 or 14292158. OLE color: 14292158.

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

Color convert

RGB 190 20 218 -
CMYK 0.13 0.91 0 0.15
HSL 291.52º 0.83% 0.47% -
HSV(B) 291.52º 0.91% 0.85% -
XYZ 34.14 16.51 67.72 -
YUV 93.4 198.32 196.9 -
System Red Green Blue C M Y K H S L
Decimal 190 20 218 0.13 0.91 0 0.15 291.52 0.83 0.47
Hex BE 14 DA D 5B 0 F 124 53 2F
Octal 276 24 332 15 133 0 17 444 123 57
Binary 10111110 10100 11011010 1101 1011011 0 1111 100100100 1010011 101111

Color Harmonies of #BE14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14DA

Black with #BE14DA

Text Example


Text Example

White with #BE14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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