Html Css Color HEX #BE12DA Deep Magenta

📋 copy color: '#BE12DA'

red 190 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #BE12DA

Tints of Deep Magenta #BE12DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.23%

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

R = 44.6%
G = 4.23%
B = 51.17%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE12DA (or 0xBE12DA) is known color: Deep Magenta. HEX triplet: BE, 12 and DA. RGB value is (190,18,218). Sum of RGB (Red+Green+Blue) = 190+18+218=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12DA is #41ED25. Grayscale: #5B5B5B. Windows color (decimal): -4320550 or 14291646. OLE color: 14291646.

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

Color convert

RGB 190 18 218 -
CMYK 0.13 0.92 0 0.15
HSL 291.6º 0.85% 0.46% -
HSV(B) 291.6º 0.92% 0.85% -
XYZ 34.11 16.44 67.71 -
YUV 92.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 190 18 218 0.13 0.92 0 0.15 291.6 0.85 0.46
Hex BE 12 DA D 5C 0 F 124 55 2E
Octal 276 22 332 15 134 0 17 444 125 56
Binary 10111110 10010 11011010 1101 1011100 0 1111 100100100 1010101 101110

Color Harmonies of #BE12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12DA

Black with #BE12DA

Text Example


Text Example

White with #BE12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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