#BF69D0

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

Shades of Medium Orchid #BF69D0

Tints of Medium Orchid #BF69D0

Color information

#BF69D0 (or 0xBF69D0) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and D0. RGB value is (191,105,208). Sum of RGB (Red+Green+Blue) = 191+105+208=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D0 is #40962F. Grayscale: #8E8E8E. Windows color (decimal): -4232752 or 13658559. OLE color: 13658559.

HSL color Cylindrical-coordinate representation of color #BF69D0: hue angle of 290.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF69D0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191105208-
CMYK0.080.5000.18
HSL290.1º52.28%61.37%-
HSV(B)290.1º49.52%81.57%-
XYZ37.9225.7362.64-
YUV142.46164.99162.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=37.90%
G=20.83%
B=41.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911052080.080.5000.18290.152.2861.37
HexBF69D0832012122343d
Octal27715132010620224426475
Binary101111111101001110100001000110010010010100100010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69D0; }

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

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

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

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

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

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

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

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