Html Css Color HEX #BE5FE9 Medium Orchid

📋 copy color: '#BE5FE9'

red 190 ◦ green 95 ◦ blue 233

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

Shades of Medium Orchid #BE5FE9

Tints of Medium Orchid #BE5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 36.68%
G = 18.34%
B = 44.98%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE5FE9 (or 0xBE5FE9) is known color: Medium Orchid. HEX triplet: BE, 5F and E9. RGB value is (190,95,233). Sum of RGB (Red+Green+Blue) = 190+95+233=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FE9 is #41A016. Grayscale: #8A8A8A. Windows color (decimal): -4300823 or 15294398. OLE color: 15294398.

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

Color convert

RGB 190 95 233 -
CMYK 0.18 0.59 0 0.09
HSL 281.3º 0.76% 0.64% -
HSV(B) 281.3º 0.59% 0.91% -
XYZ 40.04 25.01 79.81 -
YUV 139.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 190 95 233 0.18 0.59 0 0.09 281.3 0.76 0.64
Hex BE 5F E9 12 3B 0 9 119 4C 40
Octal 276 137 351 22 73 0 11 431 114 100
Binary 10111110 1011111 11101001 10010 111011 0 1001 100011001 1001100 1000000

Color Harmonies of #BE5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FE9

Black with #BE5FE9

Text Example


Text Example

White with #BE5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FE9; }

 p { color: rgb(190,95,233); }

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

background-color css

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

 a { background-color: rgb(190,95,233); }

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

border-color css

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

 span { border-color: rgb(190,95,233); }

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