#BF6FDD

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

Shades of Medium Orchid #BF6FDD

Tints of Medium Orchid #BF6FDD

Color information

#BF6FDD (or 0xBF6FDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and DD. RGB value is (191,111,221). Sum of RGB (Red+Green+Blue) = 191+111+221=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDD is #409022. Grayscale: #939393. Windows color (decimal): -4231203 or 14512063. OLE color: 14512063.

HSL color Cylindrical-coordinate representation of color #BF6FDD: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6FDD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191111221-
CMYK0.140.5000.13
HSL283.64º61.8%65.1%-
HSV(B)283.64º49.77%86.67%-
XYZ40.2227.6771.63-
YUV147.46169.5159.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=36.52%
G=21.22%
B=42.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911112210.140.5000.13283.6461.865.1
HexBF6FDDE320D11c3e41
Octal277157335166201543476101
Binary101111111101111110111011110110010011011000111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FDD; }

 p { color: rgb(191,111,221); }

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

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

 a { background-color: rgb(191,111,221); }

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

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

 span { border-color: rgb(191,111,221); }

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