#BE5CCA

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

Shades of Medium Orchid #BE5CCA

Tints of Medium Orchid #BE5CCA

Color information

#BE5CCA (or 0xBE5CCA) is unknown color: approx Medium Orchid. HEX triplet: BE, 5C and CA. RGB value is (190,92,202). Sum of RGB (Red+Green+Blue) = 190+92+202=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CCA is #41A335. Grayscale: #858585. Windows color (decimal): -4301622 or 13262014. OLE color: 13262014.

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

Color convert

RGB19092202-
CMYK0.060.5400.21
HSL293.45º50.93%57.65%-
HSV(B)293.45º54.46%79.22%-
XYZ35.7222.8758.41-
YUV133.84166.47168.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=39.26%
G=19.01%
B=41.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190922020.060.5400.21293.4550.9357.65
HexBE5CCA636015125333a
Octal2761343126660254456372
Binary10111110101110011001010110110110010101100100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CCA; }

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

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

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

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

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

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

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

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