#BE3FD8

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

Shades of Medium Orchid #BE3FD8

Tints of Medium Orchid #BE3FD8

Color information

#BE3FD8 (or 0xBE3FD8) is unknown color: approx Medium Orchid. HEX triplet: BE, 3F and D8. RGB value is (190,63,216). Sum of RGB (Red+Green+Blue) = 190+63+216=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE3FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FD8 is #41C027. Grayscale: #757575. Windows color (decimal): -4309032 or 14172094. OLE color: 14172094.

HSL color Cylindrical-coordinate representation of color #BE3FD8: hue angle of 289.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3FD8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19063216-
CMYK0.120.7100.15
HSL289.8º66.23%54.71%-
HSV(B)289.8º70.83%84.71%-
XYZ35.4119.4666.86-
YUV118.42183.08179.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 63 (25% from 255) = 13.43%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=40.51%
G=13.43%
B=46.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190632160.120.7100.15289.866.2354.71
HexBE3FD8C470F1224237
Octal276773301410701744210267
Binary101111101111111101100011001000111011111001000101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FD8; }

 p { color: rgb(190,63,216); }

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

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

 a { background-color: rgb(190,63,216); }

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

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

 span { border-color: rgb(190,63,216); }

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