#BF77D8

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

Shades of Medium Orchid #BF77D8

Tints of Medium Orchid #BF77D8

Color information

#BF77D8 (or 0xBF77D8) is unknown color: approx Medium Orchid. HEX triplet: BF, 77 and D8. RGB value is (191,119,216). Sum of RGB (Red+Green+Blue) = 191+119+216=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77D8 is #408827. Grayscale: #979797. Windows color (decimal): -4229160 or 14186431. OLE color: 14186431.

HSL color Cylindrical-coordinate representation of color #BF77D8: hue angle of 284.54º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF77D8 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191119216-
CMYK0.120.4500.15
HSL284.54º55.43%65.69%-
HSV(B)284.54º44.91%84.71%-
XYZ40.4829.2368.47-
YUV151.59164.35156.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=36.31%
G=22.62%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911192160.120.4500.15284.5455.4365.69
HexBF77D8C2D0F11d3742
Octal277167330145501743567102
Binary101111111110111110110001100101101011111000111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77D8; }

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

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

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

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

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

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

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

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