Html Css Color HEX #BE0EBA Deep Magenta

📋 copy color: '#BE0EBA'

red 190 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #BE0EBA

Tints of Deep Magenta #BE0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 48.72%
G = 3.59%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE0EBA (or 0xBE0EBA) is known color: Deep Magenta. HEX triplet: BE, 0E and BA. RGB value is (190,14,186). Sum of RGB (Red+Green+Blue) = 190+14+186=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EBA is #41F145. Grayscale: #555555. Windows color (decimal): -4321606 or 12193470. OLE color: 12193470.

HSL color Cylindrical-coordinate representation of color #BE0EBA: hue angle of 301.36º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EBA is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 186 -
CMYK 0 0.93 0.02 0.25
HSL 301.36º 0.86% 0.4% -
HSV(B) 301.36º 0.93% 0.75% -
XYZ 30.26 14.81 47.72 -
YUV 86.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 190 14 186 0 0.93 0.02 0.25 301.36 0.86 0.4
Hex BE E BA 0 5D 2 19 12D 56 28
Octal 276 16 272 0 135 2 31 455 126 50
Binary 10111110 1110 10111010 0 1011101 10 11001 100101101 1010110 101000

Color Harmonies of #BE0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EBA

Black with #BE0EBA

Text Example


Text Example

White with #BE0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EBA; }

 p { color: rgb(190,14,186); }

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

background-color css

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

 a { background-color: rgb(190,14,186); }

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

border-color css

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

 span { border-color: rgb(190,14,186); }

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