#BE74CA

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

Shades of Medium Orchid #BE74CA

Tints of Medium Orchid #BE74CA

Color information

#BE74CA (or 0xBE74CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 74 and CA. RGB value is (190,116,202). Sum of RGB (Red+Green+Blue) = 190+116+202=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74CA is #418B35. Grayscale: #939393. Windows color (decimal): -4295478 or 13268158. OLE color: 13268158.

HSL color Cylindrical-coordinate representation of color #BE74CA: hue angle of 291.63º 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 #BE74CA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190116202-
CMYK0.060.4300.21
HSL291.63º44.79%62.35%-
HSV(B)291.63º42.57%79.22%-
XYZ38.1427.759.21-
YUV147.93158.52158.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=37.40%
G=22.83%
B=39.76%

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
Decimal1901162020.060.4300.21291.6344.7962.35
HexBE74CA62B0151242d3e
Octal2761643126530254445576
Binary10111110111010011001010110101011010101100100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74CA; }

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

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

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

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

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

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

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

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