#BF76D8

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

Shades of Medium Orchid #BF76D8

Tints of Medium Orchid #BF76D8

Color information

#BF76D8 (or 0xBF76D8) is unknown color: approx Medium Orchid. HEX triplet: BF, 76 and D8. RGB value is (191,118,216). Sum of RGB (Red+Green+Blue) = 191+118+216=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D8 is #408927. Grayscale: #969696. Windows color (decimal): -4229416 or 14186175. OLE color: 14186175.

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

Color convert

RGB191118216-
CMYK0.120.4500.15
HSL284.69º55.68%65.49%-
HSV(B)284.69º45.37%84.71%-
XYZ40.3628.9968.43-
YUV151164.68156.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=36.38%
G=22.48%
B=41.14%

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
Decimal1911182160.120.4500.15284.6955.6865.49
HexBF76D8C2D0F11d3841
Octal277166330145501743570101
Binary101111111110110110110001100101101011111000111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76D8; }

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

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

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

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

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

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

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

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