Html Css Color HEX #BE59D5 Medium Orchid

📋 copy color: '#BE59D5'

red 190 ◦ green 89 ◦ blue 213

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

Shades of Medium Orchid #BE59D5

Tints of Medium Orchid #BE59D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 38.62%
G = 18.09%
B = 43.29%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE59D5 (or 0xBE59D5) is known color: Medium Orchid. HEX triplet: BE, 59 and D5. RGB value is (190,89,213). Sum of RGB (Red+Green+Blue) = 190+89+213=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE59D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59D5 is #41A62A. Grayscale: #848484. Windows color (decimal): -4302379 or 13982142. OLE color: 13982142.

HSL color Cylindrical-coordinate representation of color #BE59D5: hue angle of 288.87º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE59D5 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 89 213 -
CMYK 0.11 0.58 0 0.16
HSL 288.87º 0.6% 0.59% -
HSV(B) 288.87º 0.58% 0.84% -
XYZ 36.82 22.9 65.43 -
YUV 133.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 190 89 213 0.11 0.58 0 0.16 288.87 0.6 0.59
Hex BE 59 D5 B 3A 0 10 121 3C 3B
Octal 276 131 325 13 72 0 20 441 74 73
Binary 10111110 1011001 11010101 1011 111010 0 10000 100100001 111100 111011

Color Harmonies of #BE59D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59D5

Black with #BE59D5

Text Example


Text Example

White with #BE59D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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