#B975D1

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

Shades of Medium Orchid #B975D1

Tints of Medium Orchid #B975D1

Color information

#B975D1 (or 0xB975D1) is unknown color: approx Medium Orchid. HEX triplet: B9, 75 and D1. RGB value is (185,117,209). Sum of RGB (Red+Green+Blue) = 185+117+209=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #B975D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975D1 is #468A2E. Grayscale: #939393. Windows color (decimal): -4622895 or 13727161. OLE color: 13727161.

HSL color Cylindrical-coordinate representation of color #B975D1: hue angle of 284.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B975D1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185117209-
CMYK0.110.4400.18
HSL284.35º50%63.92%-
HSV(B)284.35º44.02%81.96%-
XYZ37.8827.6463.66-
YUV147.82162.53154.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=36.20%
G=22.90%
B=40.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851172090.110.4400.18284.355063.92
HexB975D1B2C01211c3240
Octal271165321135402243462100
Binary1011100111101011101000110111011000100101000111001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975D1; }

 p { color: rgb(185,117,209); }

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

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

 a { background-color: rgb(185,117,209); }

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

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

 span { border-color: rgb(185,117,209); }

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