#BE55CA

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

Shades of Medium Orchid #BE55CA

Tints of Medium Orchid #BE55CA

Color information

#BE55CA (or 0xBE55CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 55 and CA. RGB value is (190,85,202). Sum of RGB (Red+Green+Blue) = 190+85+202=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55CA is #41AA35. Grayscale: #818181. Windows color (decimal): -4303414 or 13260222. OLE color: 13260222.

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

Color convert

RGB19085202-
CMYK0.060.5800.21
HSL293.85º52.47%56.27%-
HSV(B)293.85º57.92%79.22%-
XYZ35.1421.7158.21-
YUV129.73168.79170.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=39.83%
G=17.82%
B=42.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190852020.060.5800.21293.8552.4756.27
HexBE55CA63A0151263438
Octal2761253126720254466470
Binary10111110101010111001010110111010010101100100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55CA; }

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

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

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

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

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

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

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

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