#be39e4

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

Shades of Medium Orchid #BE39E4

Tints of Medium Orchid #BE39E4

Color information

#BE39E4 (or 0xBE39E4) is unknown color: approx Medium Orchid. HEX triplet: BE, 39 and E4. RGB value is (190,57,228). Sum of RGB (Red+Green+Blue) = 190+57+228=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE39E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39E4 is #41C61B. Grayscale: #737373. Windows color (decimal): -4310556 or 14956990. OLE color: 14956990.

HSL color Cylindrical-coordinate representation of color #BE39E4: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE39E4 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19057228-
CMYK0.170.7500.11
HSL286.67º76%55.88%-
HSV(B)286.67º75%89.41%-
XYZ36.719.4775.22-
YUV116.26191.06180.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 228 (89.45% from 255) = 48%
R=40%
G=12%
B=48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190572280.170.7500.11286.677655.88
HexBE39E4114B0B11f4c38
Octal276713442111301343711470
Binary1011111011100111100100100011001011010111000111111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be39e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be39e4; }

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

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

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

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

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

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

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

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