#BF77DE

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

Shades of Medium Orchid #BF77DE

Tints of Medium Orchid #BF77DE

Color information

#BF77DE (or 0xBF77DE) is unknown color: approx Medium Orchid. HEX triplet: BF, 77 and DE. RGB value is (191,119,222). Sum of RGB (Red+Green+Blue) = 191+119+222=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DE is #408821. Grayscale: #979797. Windows color (decimal): -4229154 or 14579647. OLE color: 14579647.

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

Color convert

RGB191119222-
CMYK0.140.4600.13
HSL281.94º60.95%66.86%-
HSV(B)281.94º46.4%87.06%-
XYZ41.2729.5472.63-
YUV152.27167.35155.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=35.90%
G=22.37%
B=41.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911192220.140.4600.13281.9460.9566.86
HexBF77DEE2E0D11a3d43
Octal277167336165601543275103
Binary101111111110111110111101110101110011011000110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77DE; }

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

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

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

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

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

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

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

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