#BF69D9

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

Shades of Medium Orchid #BF69D9

Tints of Medium Orchid #BF69D9

Color information

#BF69D9 (or 0xBF69D9) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and D9. RGB value is (191,105,217). Sum of RGB (Red+Green+Blue) = 191+105+217=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D9 is #409626. Grayscale: #8F8F8F. Windows color (decimal): -4232743 or 14248383. OLE color: 14248383.

HSL color Cylindrical-coordinate representation of color #BF69D9: hue angle of 286.07º degrees, saturation: 0.6, 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 #BF69D9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191105217-
CMYK0.120.5200.15
HSL286.07º59.57%63.14%-
HSV(B)286.07º51.61%85.1%-
XYZ39.0626.1968.64-
YUV143.48169.49161.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 217 (85.16% from 255) = 42.30%
R=37.23%
G=20.47%
B=42.30%

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
Decimal1911052170.120.5200.15286.0759.5763.14
HexBF69D9C340F11e3c3f
Octal27715133114640174367477
Binary10111111110100111011001110011010001111100011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69D9; }

 p { color: rgb(191,105,217); }

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

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

 a { background-color: rgb(191,105,217); }

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

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

 span { border-color: rgb(191,105,217); }

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