Html Css Color HEX #BE57D1 Medium Orchid

📋 copy color: '#BE57D1'

red 190 ◦ green 87 ◦ blue 209

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

Shades of Medium Orchid #BE57D1

Tints of Medium Orchid #BE57D1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.9%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 39.09%
G = 17.9%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE57D1 (or 0xBE57D1) is known color: Medium Orchid. HEX triplet: BE, 57 and D1. RGB value is (190,87,209). Sum of RGB (Red+Green+Blue) = 190+87+209=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE57D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57D1 is #41A82E. Grayscale: #838383. Windows color (decimal): -4302895 or 13719486. OLE color: 13719486.

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

Color convert

RGB 190 87 209 -
CMYK 0.09 0.58 0 0.18
HSL 290.66º 0.57% 0.58% -
HSV(B) 290.66º 0.58% 0.82% -
XYZ 36.15 22.37 62.73 -
YUV 131.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 190 87 209 0.09 0.58 0 0.18 290.66 0.57 0.58
Hex BE 57 D1 9 3A 0 12 123 39 3A
Octal 276 127 321 11 72 0 22 443 71 72
Binary 10111110 1010111 11010001 1001 111010 0 10010 100100011 111001 111010

Color Harmonies of #BE57D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57D1

Black with #BE57D1

Text Example


Text Example

White with #BE57D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57D1; }

 p { color: rgb(190,87,209); }

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

background-color css

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

 a { background-color: rgb(190,87,209); }

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

border-color css

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

 span { border-color: rgb(190,87,209); }

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