#BE39FD

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

Shades of Medium Orchid #BE39FD

Tints of Medium Orchid #BE39FD

Color information

#BE39FD (or 0xBE39FD) is unknown color: approx Medium Orchid. HEX triplet: BE, 39 and FD. RGB value is (190,57,253). Sum of RGB (Red+Green+Blue) = 190+57+253=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE39FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE39FD is #41C602. Grayscale: #767676. Windows color (decimal): -4310531 or 16595390. OLE color: 16595390.

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

Color convert

RGB19057253-
CMYK0.250.7700.01
HSL280.71º98%60.78%-
HSV(B)280.71º77.47%99.22%-
XYZ40.4320.9794.84-
YUV119.11203.56178.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 57 (22.66% from 255) = 11.4%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=38%
G=11.4%
B=50.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190572530.250.7700.01280.719860.78
HexBE39FD194D01119623d
Octal27671375311150143114275
Binary1011111011100111111101110011001101011000110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE39FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE39FD; }

 p { color: rgb(190,57,253); }

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

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

 a { background-color: rgb(190,57,253); }

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

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

 span { border-color: rgb(190,57,253); }

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