#B959FF

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

Shades of Medium Orchid #B959FF

Tints of Medium Orchid #B959FF

Color information

#B959FF (or 0xB959FF) is unknown color: approx Medium Orchid. HEX triplet: B9, 59 and FF. RGB value is (185,89,255). Sum of RGB (Red+Green+Blue) = 185+89+255=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B959FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FF is #46A600. Grayscale: #888888. Windows color (decimal): -4630017 or 16734649. OLE color: 16734649.

HSL color Cylindrical-coordinate representation of color #B959FF: hue angle of 274.7º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B959FF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18589255-
CMYK0.270.6500
HSL274.7º100%67.45%-
HSV(B)274.7º65.1%100%-
XYZ41.6324.6897.18-
YUV136.63194.8162.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 89 (35.16% from 255) = 16.82%
BLUE value IS 255 (100% from 255) = 48.20%
R=34.97%
G=16.82%
B=48.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185892550.270.6500274.710067.45
HexB959FF1B41001136443
Octal2711313773310100423144103
Binary101110011011001111111111101110000010010001001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959FF; }

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

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

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

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

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

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

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

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