#BF75DD

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

Shades of Medium Orchid #BF75DD

Tints of Medium Orchid #BF75DD

Color information

#BF75DD (or 0xBF75DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 75 and DD. RGB value is (191,117,221). Sum of RGB (Red+Green+Blue) = 191+117+221=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75DD is #408A22. Grayscale: #969696. Windows color (decimal): -4229667 or 14513599. OLE color: 14513599.

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

Color convert

RGB191117221-
CMYK0.140.4700.13
HSL282.69º60.47%66.27%-
HSV(B)282.69º47.06%86.67%-
XYZ40.929.0271.85-
YUV150.98167.52156.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=36.11%
G=22.12%
B=41.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911172210.140.4700.13282.6960.4766.27
HexBF75DDE2F0D11b3c42
Octal277165335165701543374102
Binary101111111110101110111011110101111011011000110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75DD; }

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

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

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

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

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

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

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

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