#BF6CD1

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

Shades of Medium Orchid #BF6CD1

Tints of Medium Orchid #BF6CD1

Color information

#BF6CD1 (or 0xBF6CD1) is unknown color: approx Medium Orchid. HEX triplet: BF, 6C and D1. RGB value is (191,108,209). Sum of RGB (Red+Green+Blue) = 191+108+209=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CD1 is #40932E. Grayscale: #909090. Windows color (decimal): -4231983 or 13724863. OLE color: 13724863.

HSL color Cylindrical-coordinate representation of color #BF6CD1: hue angle of 289.31º 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 #BF6CD1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191108209-
CMYK0.090.4800.18
HSL289.31º52.33%62.16%-
HSV(B)289.31º48.33%81.96%-
XYZ38.3626.463.4-
YUV144.33164.5161.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=37.60%
G=21.26%
B=41.14%

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
Decimal1911082090.090.4800.18289.3152.3362.16
HexBF6CD1930012121343e
Octal27715432111600224416476
Binary101111111101100110100011001110000010010100100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CD1; }

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

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

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

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

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

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

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

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