#BF76DF

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

Shades of Medium Orchid #BF76DF

Tints of Medium Orchid #BF76DF

Color information

#BF76DF (or 0xBF76DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 76 and DF. RGB value is (191,118,223). Sum of RGB (Red+Green+Blue) = 191+118+223=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DF is #408920. Grayscale: #979797. Windows color (decimal): -4229409 or 14644927. OLE color: 14644927.

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

Color convert

RGB191118223-
CMYK0.140.4700.13
HSL281.71º62.13%66.86%-
HSV(B)281.71º47.09%87.45%-
XYZ41.2829.3673.3-
YUV151.8168.18155.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 118 (46.48% from 255) = 22.18%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=35.90%
G=22.18%
B=41.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911182230.140.4700.13281.7162.1366.86
HexBF76DFE2F0D11a3e43
Octal277166337165701543276103
Binary101111111110110110111111110101111011011000110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76DF; }

 p { color: rgb(191,118,223); }

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

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

 a { background-color: rgb(191,118,223); }

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

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

 span { border-color: rgb(191,118,223); }

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