#BF6DDC

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

Shades of Medium Orchid #BF6DDC

Tints of Medium Orchid #BF6DDC

Color information

#BF6DDC (or 0xBF6DDC) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and DC. RGB value is (191,109,220). Sum of RGB (Red+Green+Blue) = 191+109+220=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDC is #409223. Grayscale: #919191. Windows color (decimal): -4231716 or 14446015. OLE color: 14446015.

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

Color convert

RGB191109220-
CMYK0.130.5000.14
HSL284.32º61.33%64.51%-
HSV(B)284.32º50.45%86.27%-
XYZ39.8727.1870.86-
YUV146.17169.67159.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=36.73%
G=20.96%
B=42.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911092200.130.5000.14284.3261.3364.51
HexBF6DDCD320E11c3d41
Octal277155334156201643475101
Binary101111111101101110111001101110010011101000111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DDC; }

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

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

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

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

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

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

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

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