#BF6DDA

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

Shades of Medium Orchid #BF6DDA

Tints of Medium Orchid #BF6DDA

Color information

#BF6DDA (or 0xBF6DDA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and DA. RGB value is (191,109,218). Sum of RGB (Red+Green+Blue) = 191+109+218=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDA is #409225. Grayscale: #919191. Windows color (decimal): -4231718 or 14314943. OLE color: 14314943.

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

Color convert

RGB191109218-
CMYK0.120.500.15
HSL285.14º59.56%64.12%-
HSV(B)285.14º50%85.49%-
XYZ39.6127.0869.47-
YUV145.94168.67160.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=36.87%
G=21.04%
B=42.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911092180.120.500.15285.1459.5664.12
HexBF6DDAC320F11d3c40
Octal277155332146201743574100
Binary101111111101101110110101100110010011111000111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DDA; }

 p { color: rgb(191,109,218); }

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

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

 a { background-color: rgb(191,109,218); }

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

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

 span { border-color: rgb(191,109,218); }

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