#BE57CA

Color #BE57CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE57CA

Tints of Medium Orchid #BE57CA

Color information

#BE57CA (or 0xBE57CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 57 and CA. RGB value is (190,87,202). Sum of RGB (Red+Green+Blue) = 190+87+202=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57CA is #41A835. Grayscale: #828282. Windows color (decimal): -4302902 or 13260734. OLE color: 13260734.

HSL color Cylindrical-coordinate representation of color #BE57CA: hue angle of 293.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE57CA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19087202-
CMYK0.060.5700.21
HSL293.74º52.04%56.67%-
HSV(B)293.74º56.93%79.22%-
XYZ35.322.0358.27-
YUV130.91168.12170.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=39.67%
G=18.16%
B=42.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190872020.060.5700.21293.7452.0456.67
HexBE57CA6390151263439
Octal2761273126710254466471
Binary10111110101011111001010110111001010101100100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57CA; }

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

 H1.HeaderClassName
 {
   color: #BE57CA;
 }
 .AnyTagClassName
 {
   color: #BE57CA;
 }
</style>
background-color css

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

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

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

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

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

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