#BE75CF

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

Shades of Medium Orchid #BE75CF

Tints of Medium Orchid #BE75CF

Color information

#BE75CF (or 0xBE75CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 75 and CF. RGB value is (190,117,207). Sum of RGB (Red+Green+Blue) = 190+117+207=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75CF is #418A30. Grayscale: #949494. Windows color (decimal): -4295217 or 13596094. OLE color: 13596094.

HSL color Cylindrical-coordinate representation of color #BE75CF: hue angle of 288.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE75CF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190117207-
CMYK0.080.4300.19
HSL288.67º48.39%63.53%-
HSV(B)288.67º43.48%81.18%-
XYZ38.8628.1762.42-
YUV149.09160.68157.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=36.96%
G=22.76%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901172070.080.4300.19288.6748.3963.53
HexBE75CF82B0131213040
Octal276165317105302344160100
Binary1011111011101011100111110001010110100111001000011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75CF; }

 p { color: rgb(190,117,207); }

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

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

 a { background-color: rgb(190,117,207); }

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

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

 span { border-color: rgb(190,117,207); }

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