#BE6FCD

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

Shades of Medium Orchid #BE6FCD

Tints of Medium Orchid #BE6FCD

Color information

#BE6FCD (or 0xBE6FCD) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and CD. RGB value is (190,111,205). Sum of RGB (Red+Green+Blue) = 190+111+205=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FCD is #419032. Grayscale: #919191. Windows color (decimal): -4296755 or 13463486. OLE color: 13463486.

HSL color Cylindrical-coordinate representation of color #BE6FCD: hue angle of 290.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6FCD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190111205-
CMYK0.070.4600.20
HSL290.43º48.45%61.96%-
HSV(B)290.43º45.85%80.39%-
XYZ37.9426.7260.92-
YUV145.34161.67159.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=37.55%
G=21.94%
B=40.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901112050.070.4600.20290.4348.4561.96
HexBE6FCD72E014122303e
Octal2761573157560244426076
Binary10111110110111111001101111101110010100100100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FCD; }

 p { color: rgb(190,111,205); }

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

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

 a { background-color: rgb(190,111,205); }

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

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

 span { border-color: rgb(190,111,205); }

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