#BF68D8

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

Shades of Medium Orchid #BF68D8

Tints of Medium Orchid #BF68D8

Color information

#BF68D8 (or 0xBF68D8) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and D8. RGB value is (191,104,216). Sum of RGB (Red+Green+Blue) = 191+104+216=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68D8 is #409727. Grayscale: #8E8E8E. Windows color (decimal): -4233000 or 14182591. OLE color: 14182591.

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

Color convert

RGB191104216-
CMYK0.120.5200.15
HSL286.61º58.95%62.75%-
HSV(B)286.61º51.85%84.71%-
XYZ38.8325.9367.93-
YUV142.78169.32162.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=37.38%
G=20.35%
B=42.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911042160.120.5200.15286.6158.9562.75
HexBF68D8C340F11f3b3f
Octal27715033014640174377377
Binary10111111110100011011000110011010001111100011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68D8; }

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

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

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

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

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

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

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

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