Html Css Color HEX #BE58EA Medium Orchid

📋 copy color: '#BE58EA'

red 190 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #BE58EA

Tints of Medium Orchid #BE58EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 37.11%
G = 17.19%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE58EA (or 0xBE58EA) is known color: Medium Orchid. HEX triplet: BE, 58 and EA. RGB value is (190,88,234). Sum of RGB (Red+Green+Blue) = 190+88+234=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58EA is #41A715. Grayscale: #868686. Windows color (decimal): -4302614 or 15358142. OLE color: 15358142.

HSL color Cylindrical-coordinate representation of color #BE58EA: hue angle of 281.92º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE58EA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 88 234 -
CMYK 0.19 0.62 0 0.08
HSL 281.92º 0.78% 0.63% -
HSV(B) 281.92º 0.62% 0.92% -
XYZ 39.58 23.87 80.36 -
YUV 135.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 190 88 234 0.19 0.62 0 0.08 281.92 0.78 0.63
Hex BE 58 EA 13 3E 0 8 11A 4E 3F
Octal 276 130 352 23 76 0 10 432 116 77
Binary 10111110 1011000 11101010 10011 111110 0 1000 100011010 1001110 111111

Color Harmonies of #BE58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58EA

Black with #BE58EA

Text Example


Text Example

White with #BE58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58EA; }

 p { color: rgb(190,88,234); }

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

background-color css

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

 a { background-color: rgb(190,88,234); }

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

border-color css

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

 span { border-color: rgb(190,88,234); }

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