#be5fd6

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

Shades of Medium Orchid #BE5FD6

Tints of Medium Orchid #BE5FD6

Color information

#BE5FD6 (or 0xBE5FD6) is unknown color: approx Medium Orchid. HEX triplet: BE, 5F and D6. RGB value is (190,95,214). Sum of RGB (Red+Green+Blue) = 190+95+214=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FD6 is #41A029. Grayscale: #888888. Windows color (decimal): -4300842 or 14049214. OLE color: 14049214.

HSL color Cylindrical-coordinate representation of color #BE5FD6: hue angle of 287.9º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5FD6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19095214-
CMYK0.110.5600.16
HSL287.9º59.2%60.59%-
HSV(B)287.9º55.61%83.92%-
XYZ37.4723.9966.27-
YUV136.97171.47165.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=38.08%
G=19.04%
B=42.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190952140.110.5600.16287.959.260.59
HexBE5FD6B380101203b3d
Octal27613732613700204407375
Binary101111101011111110101101011111000010000100100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5fd6; }

 p { color: rgb(190,95,214); }

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

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

 a { background-color: rgb(190,95,214); }

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

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

 span { border-color: rgb(190,95,214); }

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