#BF76DE

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

Shades of Medium Orchid #BF76DE

Tints of Medium Orchid #BF76DE

Color information

#BF76DE (or 0xBF76DE) is unknown color: approx Medium Orchid. HEX triplet: BF, 76 and DE. RGB value is (191,118,222). Sum of RGB (Red+Green+Blue) = 191+118+222=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76DE is #408921. Grayscale: #979797. Windows color (decimal): -4229410 or 14579391. OLE color: 14579391.

HSL color Cylindrical-coordinate representation of color #BF76DE: hue angle of 282.12º degrees, saturation: 0.61, 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 #BF76DE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191118222-
CMYK0.140.4700.13
HSL282.12º61.18%66.67%-
HSV(B)282.12º46.85%87.06%-
XYZ41.1529.3172.6-
YUV151.68167.68156.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 118 (46.48% from 255) = 22.22%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=35.97%
G=22.22%
B=41.81%

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
Decimal1911182220.140.4700.13282.1261.1866.67
HexBF76DEE2F0D11a3d43
Octal277166336165701543275103
Binary101111111110110110111101110101111011011000110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76DE; }

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

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

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

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

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

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

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

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