Html Css Color HEX #BE2EE8 Medium Orchid

📋 copy color: '#BE2EE8'

red 190 ◦ green 46 ◦ blue 232

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

Shades of Medium Orchid #BE2EE8

Tints of Medium Orchid #BE2EE8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.83%

 BLUE value IS 232 (91.02% from 255) = 49.57%

R = 40.6%
G = 9.83%
B = 49.57%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE2EE8 (or 0xBE2EE8) is known color: Medium Orchid. HEX triplet: BE, 2E and E8. RGB value is (190,46,232). Sum of RGB (Red+Green+Blue) = 190+46+232=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EE8 is #41D117. Grayscale: #6D6D6D. Windows color (decimal): -4313368 or 15216318. OLE color: 15216318.

HSL color Cylindrical-coordinate representation of color #BE2EE8: hue angle of 286.45º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2EE8 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 46 232 -
CMYK 0.18 0.80 0 0.09
HSL 286.45º 0.8% 0.55% -
HSV(B) 286.45º 0.8% 0.91% -
XYZ 36.78 18.73 78.02 -
YUV 110.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 190 46 232 0.18 0.80 0 0.09 286.45 0.8 0.55
Hex BE 2E E8 12 50 0 9 11E 50 37
Octal 276 56 350 22 120 0 11 436 120 67
Binary 10111110 101110 11101000 10010 1010000 0 1001 100011110 1010000 110111

Color Harmonies of #BE2EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EE8

Black with #BE2EE8

Text Example


Text Example

White with #BE2EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EE8; }

 p { color: rgb(190,46,232); }

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

background-color css

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

 a { background-color: rgb(190,46,232); }

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

border-color css

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

 span { border-color: rgb(190,46,232); }

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