#BE39CF

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

Shades of Medium Orchid #BE39CF

Tints of Medium Orchid #BE39CF

Color information

#BE39CF (or 0xBE39CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 39 and CF. RGB value is (190,57,207). Sum of RGB (Red+Green+Blue) = 190+57+207=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39CF is #41C630. Grayscale: #717171. Windows color (decimal): -4310577 or 13580734. OLE color: 13580734.

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

Color convert

RGB19057207-
CMYK0.080.7200.19
HSL293.2º60.98%51.76%-
HSV(B)293.2º72.46%81.18%-
XYZ33.9618.3860.79-
YUV113.87180.56182.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 57 (22.66% from 255) = 12.56%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=41.85%
G=12.56%
B=45.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190572070.080.7200.19293.260.9851.76
HexBE39CF8480131253d34
Octal27671317101100234457564
Binary101111101110011100111110001001000010011100100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE39CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE39CF; }

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

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

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

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

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

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

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

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