#B959D5

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

Shades of Medium Orchid #B959D5

Tints of Medium Orchid #B959D5

Color information

#B959D5 (or 0xB959D5) is unknown color: approx Medium Orchid. HEX triplet: B9, 59 and D5. RGB value is (185,89,213). Sum of RGB (Red+Green+Blue) = 185+89+213=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #B959D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959D5 is #46A62A. Grayscale: #838383. Windows color (decimal): -4630059 or 13982137. OLE color: 13982137.

HSL color Cylindrical-coordinate representation of color #B959D5: hue angle of 286.45º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B959D5 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18589213-
CMYK0.130.5800.16
HSL286.45º59.62%59.22%-
HSV(B)286.45º58.22%83.53%-
XYZ35.5922.2665.37-
YUV131.84173.8165.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=37.99%
G=18.28%
B=43.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185892130.130.5800.16286.4559.6259.22
HexB959D5D3A01011e3c3b
Octal27113132515720204367473
Binary101110011011001110101011101111010010000100011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959D5; }

 p { color: rgb(185,89,213); }

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

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

 a { background-color: rgb(185,89,213); }

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

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

 span { border-color: rgb(185,89,213); }

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