#BE58CF

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

Shades of Medium Orchid #BE58CF

Tints of Medium Orchid #BE58CF

Color information

#BE58CF (or 0xBE58CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and CF. RGB value is (190,88,207). Sum of RGB (Red+Green+Blue) = 190+88+207=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58CF is #41A730. Grayscale: #838383. Windows color (decimal): -4302641 or 13588670. OLE color: 13588670.

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

Color convert

RGB19088207-
CMYK0.080.5700.19
HSL291.43º55.35%57.84%-
HSV(B)291.43º57.49%81.18%-
XYZ35.9922.4361.46-
YUV132.06170.29169.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=39.18%
G=18.14%
B=42.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190882070.080.5700.19291.4355.3557.84
HexBE58CF839013123373a
Octal27613031710710234436772
Binary101111101011000110011111000111001010011100100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58CF; }

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

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

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

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

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

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

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

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