#BF77DC

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

Shades of Medium Orchid #BF77DC

Tints of Medium Orchid #BF77DC

Color information

#BF77DC (or 0xBF77DC) is unknown color: approx Medium Orchid. HEX triplet: BF, 77 and DC. RGB value is (191,119,220). Sum of RGB (Red+Green+Blue) = 191+119+220=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DC is #408823. Grayscale: #979797. Windows color (decimal): -4229156 or 14448575. OLE color: 14448575.

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

Color convert

RGB191119220-
CMYK0.130.4600.14
HSL282.77º59.06%66.47%-
HSV(B)282.77º45.91%86.27%-
XYZ4129.4471.23-
YUV152.04166.35155.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=36.04%
G=22.45%
B=41.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911192200.130.4600.14282.7759.0666.47
HexBF77DCD2E0E11b3b42
Octal277167334155601643373102
Binary101111111110111110111001101101110011101000110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77DC; }

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

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

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

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

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

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

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

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