#BF77D7

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

Shades of Medium Orchid #BF77D7

Tints of Medium Orchid #BF77D7

Color information

#BF77D7 (or 0xBF77D7) is unknown color: approx Medium Orchid. HEX triplet: BF, 77 and D7. RGB value is (191,119,215). Sum of RGB (Red+Green+Blue) = 191+119+215=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77D7 is #408828. Grayscale: #979797. Windows color (decimal): -4229161 or 14120895. OLE color: 14120895.

HSL color Cylindrical-coordinate representation of color #BF77D7: hue angle of 285º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF77D7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191119215-
CMYK0.110.4500.16
HSL285º54.55%65.49%-
HSV(B)285º44.65%84.31%-
XYZ40.3529.1867.79-
YUV151.47163.85156.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=36.38%
G=22.67%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911192150.110.4500.1628554.5565.49
HexBF77D7B2D01011d3741
Octal277167327135502043567101
Binary1011111111101111101011110111011010100001000111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77D7; }

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

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

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

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

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

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

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

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