Html Css Color HEX #BE59F5 Medium Orchid

📋 copy color: '#BE59F5'

red 190 ◦ green 89 ◦ blue 245

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

Shades of Medium Orchid #BE59F5

Tints of Medium Orchid #BE59F5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 36.26%
G = 16.98%
B = 46.76%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE59F5 (or 0xBE59F5) is known color: Medium Orchid. HEX triplet: BE, 59 and F5. RGB value is (190,89,245). Sum of RGB (Red+Green+Blue) = 190+89+245=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE59F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE59F5 is #41A60A. Grayscale: #888888. Windows color (decimal): -4302347 or 16079294. OLE color: 16079294.

HSL color Cylindrical-coordinate representation of color #BE59F5: hue angle of 278.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE59F5 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 89 245 -
CMYK 0.22 0.64 0 0.04
HSL 278.85º 0.89% 0.65% -
HSV(B) 278.85º 0.64% 0.96% -
XYZ 41.29 24.68 88.97 -
YUV 136.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 190 89 245 0.22 0.64 0 0.04 278.85 0.89 0.65
Hex BE 59 F5 16 40 0 4 117 59 41
Octal 276 131 365 26 100 0 4 427 131 101
Binary 10111110 1011001 11110101 10110 1000000 0 100 100010111 1011001 1000001

Color Harmonies of #BE59F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59F5

Black with #BE59F5

Text Example


Text Example

White with #BE59F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59F5; }

 p { color: rgb(190,89,245); }

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

background-color css

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

 a { background-color: rgb(190,89,245); }

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

border-color css

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

 span { border-color: rgb(190,89,245); }

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