#BF75DF

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

Shades of Medium Orchid #BF75DF

Tints of Medium Orchid #BF75DF

Color information

#BF75DF (or 0xBF75DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 75 and DF. RGB value is (191,117,223). Sum of RGB (Red+Green+Blue) = 191+117+223=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75DF is #408A20. Grayscale: #969696. Windows color (decimal): -4229665 or 14644671. OLE color: 14644671.

HSL color Cylindrical-coordinate representation of color #BF75DF: hue angle of 281.89º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF75DF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191117223-
CMYK0.140.4800.13
HSL281.89º62.35%66.67%-
HSV(B)281.89º47.53%87.45%-
XYZ41.1729.1373.26-
YUV151.21168.52156.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=35.97%
G=22.03%
B=42.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911172230.140.4800.13281.8962.3566.67
HexBF75DFE300D11a3e43
Octal277165337166001543276103
Binary101111111110101110111111110110000011011000110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75DF; }

 p { color: rgb(191,117,223); }

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

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

 a { background-color: rgb(191,117,223); }

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

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

 span { border-color: rgb(191,117,223); }

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