#BE75D3

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

Shades of Medium Orchid #BE75D3

Tints of Medium Orchid #BE75D3

Color information

#BE75D3 (or 0xBE75D3) is unknown color: approx Medium Orchid. HEX triplet: BE, 75 and D3. RGB value is (190,117,211). Sum of RGB (Red+Green+Blue) = 190+117+211=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE75D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75D3 is #418A2C. Grayscale: #959595. Windows color (decimal): -4295213 or 13858238. OLE color: 13858238.

HSL color Cylindrical-coordinate representation of color #BE75D3: hue angle of 286.6º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE75D3 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190117211-
CMYK0.100.4500.17
HSL286.6º51.65%64.31%-
HSV(B)286.6º44.55%82.75%-
XYZ39.3528.3765.03-
YUV149.54162.68156.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=36.68%
G=22.59%
B=40.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901172110.100.4500.17286.651.6564.31
HexBE75D3A2D01111f3440
Octal276165323125502143764100
Binary1011111011101011101001110101011010100011000111111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75D3; }

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

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

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

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

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

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

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

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