Html Css Color HEX #BE57D0 Medium Orchid

📋 copy color: '#BE57D0'

red 190 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #BE57D0

Tints of Medium Orchid #BE57D0

RGB

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

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

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

R = 39.18%
G = 17.94%
B = 42.89%

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

#BE57D0 (or 0xBE57D0) is known color: Medium Orchid. HEX triplet: BE, 57 and D0. RGB value is (190,87,208). Sum of RGB (Red+Green+Blue) = 190+87+208=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57D0 is #41A82F. Grayscale: #838383. Windows color (decimal): -4302896 or 13653950. OLE color: 13653950.

HSL color Cylindrical-coordinate representation of color #BE57D0: hue angle of 291.07º degrees, saturation: 0.56, 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 #BE57D0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 87 208 -
CMYK 0.09 0.58 0 0.18
HSL 291.07º 0.56% 0.58% -
HSV(B) 291.07º 0.58% 0.82% -
XYZ 36.03 22.32 62.08 -
YUV 131.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 190 87 208 0.09 0.58 0 0.18 291.07 0.56 0.58
Hex BE 57 D0 9 3A 0 12 123 38 3A
Octal 276 127 320 11 72 0 22 443 70 72
Binary 10111110 1010111 11010000 1001 111010 0 10010 100100011 111000 111010

Color Harmonies of #BE57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57D0

Black with #BE57D0

Text Example


Text Example

White with #BE57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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