#BF6DD1

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

Shades of Medium Orchid #BF6DD1

Tints of Medium Orchid #BF6DD1

Color information

#BF6DD1 (or 0xBF6DD1) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and D1. RGB value is (191,109,209). Sum of RGB (Red+Green+Blue) = 191+109+209=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD1 is #40922E. Grayscale: #909090. Windows color (decimal): -4231727 or 13725119. OLE color: 13725119.

HSL color Cylindrical-coordinate representation of color #BF6DD1: hue angle of 289.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6DD1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191109209-
CMYK0.090.4800.18
HSL289.2º52.08%62.35%-
HSV(B)289.2º47.85%81.96%-
XYZ38.4626.6263.43-
YUV144.92164.17160.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=37.52%
G=21.41%
B=41.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911092090.090.4800.18289.252.0862.35
HexBF6DD1930012121343e
Octal27715532111600224416476
Binary101111111101101110100011001110000010010100100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DD1; }

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

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

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

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

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

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

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

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