Html Css Color HEX #BE5BE8 Medium Orchid

📋 copy color: '#BE5BE8'

red 190 ◦ green 91 ◦ blue 232

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

Shades of Medium Orchid #BE5BE8

Tints of Medium Orchid #BE5BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 37.04%
G = 17.74%
B = 45.22%

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

#BE5BE8 (or 0xBE5BE8) is known color: Medium Orchid. HEX triplet: BE, 5B and E8. RGB value is (190,91,232). Sum of RGB (Red+Green+Blue) = 190+91+232=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE5BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BE8 is #41A417. Grayscale: #888888. Windows color (decimal): -4301848 or 15227838. OLE color: 15227838.

HSL color Cylindrical-coordinate representation of color #BE5BE8: hue angle of 282.13º degrees, saturation: 0.75, 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 #BE5BE8 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 91 232 -
CMYK 0.18 0.61 0 0.09
HSL 282.13º 0.75% 0.63% -
HSV(B) 282.13º 0.61% 0.91% -
XYZ 39.54 24.26 78.94 -
YUV 136.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 190 91 232 0.18 0.61 0 0.09 282.13 0.75 0.63
Hex BE 5B E8 12 3D 0 9 11A 4B 3F
Octal 276 133 350 22 75 0 11 432 113 77
Binary 10111110 1011011 11101000 10010 111101 0 1001 100011010 1001011 111111

Color Harmonies of #BE5BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BE8

Black with #BE5BE8

Text Example


Text Example

White with #BE5BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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