#BE73CA

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

Shades of Medium Orchid #BE73CA

Tints of Medium Orchid #BE73CA

Color information

#BE73CA (or 0xBE73CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 73 and CA. RGB value is (190,115,202). Sum of RGB (Red+Green+Blue) = 190+115+202=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73CA is #418C35. Grayscale: #939393. Windows color (decimal): -4295734 or 13267902. OLE color: 13267902.

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

Color convert

RGB190115202-
CMYK0.060.4300.21
HSL291.72º45.08%62.16%-
HSV(B)291.72º43.07%79.22%-
XYZ38.0327.4759.18-
YUV147.34158.85158.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=37.48%
G=22.68%
B=39.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901152020.060.4300.21291.7245.0862.16
HexBE73CA62B0151242d3e
Octal2761633126530254445576
Binary10111110111001111001010110101011010101100100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73CA; }

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

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

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

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

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

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

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

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