Html Css Color HEX #BE59D2 Medium Orchid

📋 copy color: '#BE59D2'

red 190 ◦ green 89 ◦ blue 210

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

Shades of Medium Orchid #BE59D2

Tints of Medium Orchid #BE59D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 38.85%
G = 18.2%
B = 42.94%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE59D2 (or 0xBE59D2) is known color: Medium Orchid. HEX triplet: BE, 59 and D2. RGB value is (190,89,210). Sum of RGB (Red+Green+Blue) = 190+89+210=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE59D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59D2 is #41A62D. Grayscale: #848484. Windows color (decimal): -4302382 or 13785534. OLE color: 13785534.

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

Color convert

RGB 190 89 210 -
CMYK 0.10 0.58 0 0.18
HSL 290.08º 0.57% 0.59% -
HSV(B) 290.08º 0.58% 0.82% -
XYZ 36.44 22.75 63.44 -
YUV 132.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 190 89 210 0.10 0.58 0 0.18 290.08 0.57 0.59
Hex BE 59 D2 A 3A 0 12 122 39 3B
Octal 276 131 322 12 72 0 22 442 71 73
Binary 10111110 1011001 11010010 1010 111010 0 10010 100100010 111001 111011

Color Harmonies of #BE59D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59D2

Black with #BE59D2

Text Example


Text Example

White with #BE59D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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