#BF76CF

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

Shades of Medium Orchid #BF76CF

Tints of Medium Orchid #BF76CF

Color information

#BF76CF (or 0xBF76CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 76 and CF. RGB value is (191,118,207). Sum of RGB (Red+Green+Blue) = 191+118+207=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76CF is #408930. Grayscale: #959595. Windows color (decimal): -4229425 or 13596351. OLE color: 13596351.

HSL color Cylindrical-coordinate representation of color #BF76CF: hue angle of 289.21º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF76CF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191118207-
CMYK0.080.4300.19
HSL289.21º48.11%63.73%-
HSV(B)289.21º43%81.18%-
XYZ39.2328.5462.47-
YUV149.97160.18157.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=37.02%
G=22.87%
B=40.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911182070.080.4300.19289.2148.1163.73
HexBF76CF82B0131213040
Octal277166317105302344160100
Binary1011111111101101100111110001010110100111001000011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76CF; }

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

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

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

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

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

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

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

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