#BE58FC

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

Shades of Medium Orchid #BE58FC

Tints of Medium Orchid #BE58FC

Color information

#BE58FC (or 0xBE58FC) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and FC. RGB value is (190,88,252). Sum of RGB (Red+Green+Blue) = 190+88+252=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58FC is #41A703. Grayscale: #888888. Windows color (decimal): -4302596 or 16537790. OLE color: 16537790.

HSL color Cylindrical-coordinate representation of color #BE58FC: hue angle of 277.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE58FC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19088252-
CMYK0.250.6500.01
HSL277.32º96.47%66.67%-
HSV(B)277.32º65.08%98.82%-
XYZ42.324.9594.68-
YUV137.19192.79165.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 88 (34.77% from 255) = 16.60%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=35.85%
G=16.60%
B=47.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190882520.250.6500.01277.3296.4766.67
HexBE58FC1941011156043
Octal2761303743110101425140103
Binary101111101011000111111001100110000010110001010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58FC; }

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

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

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

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

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

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

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

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