Html Css Color HEX #BE2EED Medium Orchid

📋 copy color: '#BE2EED'

red 190 ◦ green 46 ◦ blue 237

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

Shades of Medium Orchid #BE2EED

Tints of Medium Orchid #BE2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 40.17%
G = 9.73%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE2EED (or 0xBE2EED) is known color: Medium Orchid. HEX triplet: BE, 2E and ED. RGB value is (190,46,237). Sum of RGB (Red+Green+Blue) = 190+46+237=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EED is #41D112. Grayscale: #6E6E6E. Windows color (decimal): -4313363 or 15543998. OLE color: 15543998.

HSL color Cylindrical-coordinate representation of color #BE2EED: hue angle of 285.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2EED is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 46 237 -
CMYK 0.20 0.81 0 0.07
HSL 285.24º 0.84% 0.55% -
HSV(B) 285.24º 0.81% 0.93% -
XYZ 37.5 19.02 81.81 -
YUV 110.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 190 46 237 0.20 0.81 0 0.07 285.24 0.84 0.55
Hex BE 2E ED 14 51 0 7 11D 54 37
Octal 276 56 355 24 121 0 7 435 124 67
Binary 10111110 101110 11101101 10100 1010001 0 111 100011101 1010100 110111

Color Harmonies of #BE2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EED

Black with #BE2EED

Text Example


Text Example

White with #BE2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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