Html Css Color HEX #BE5AE8 Medium Orchid

📋 copy color: '#BE5AE8'

red 190 ◦ green 90 ◦ blue 232

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

Shades of Medium Orchid #BE5AE8

Tints of Medium Orchid #BE5AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

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

R = 37.11%
G = 17.58%
B = 45.31%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE5AE8 (or 0xBE5AE8) is known color: Medium Orchid. HEX triplet: BE, 5A and E8. RGB value is (190,90,232). Sum of RGB (Red+Green+Blue) = 190+90+232=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5AE8 is #41A517. Grayscale: #878787. Windows color (decimal): -4302104 or 15227582. OLE color: 15227582.

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

Color convert

RGB 190 90 232 -
CMYK 0.18 0.61 0 0.09
HSL 282.25º 0.76% 0.63% -
HSV(B) 282.25º 0.61% 0.91% -
XYZ 39.46 24.09 78.91 -
YUV 136.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 190 90 232 0.18 0.61 0 0.09 282.25 0.76 0.63
Hex BE 5A E8 12 3D 0 9 11A 4C 3F
Octal 276 132 350 22 75 0 11 432 114 77
Binary 10111110 1011010 11101000 10010 111101 0 1001 100011010 1001100 111111

Color Harmonies of #BE5AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AE8

Black with #BE5AE8

Text Example


Text Example

White with #BE5AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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