Html Css Color HEX #BE59D0 Medium Orchid

📋 copy color: '#BE59D0'

red 190 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #BE59D0

Tints of Medium Orchid #BE59D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 39.01%
G = 18.28%
B = 42.71%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE59D0 (or 0xBE59D0) is known color: Medium Orchid. HEX triplet: BE, 59 and D0. RGB value is (190,89,208). Sum of RGB (Red+Green+Blue) = 190+89+208=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59D0 is #41A62F. Grayscale: #848484. Windows color (decimal): -4302384 or 13654462. OLE color: 13654462.

HSL color Cylindrical-coordinate representation of color #BE59D0: hue angle of 290.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE59D0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 89 208 -
CMYK 0.09 0.57 0 0.18
HSL 290.92º 0.56% 0.58% -
HSV(B) 290.92º 0.57% 0.82% -
XYZ 36.19 22.65 62.14 -
YUV 132.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 190 89 208 0.09 0.57 0 0.18 290.92 0.56 0.58
Hex BE 59 D0 9 39 0 12 123 38 3A
Octal 276 131 320 11 71 0 22 443 70 72
Binary 10111110 1011001 11010000 1001 111001 0 10010 100100011 111000 111010

Color Harmonies of #BE59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59D0

Black with #BE59D0

Text Example


Text Example

White with #BE59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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