#B959FB

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

Shades of Medium Orchid #B959FB

Tints of Medium Orchid #B959FB

Color information

#B959FB (or 0xB959FB) is unknown color: approx Medium Orchid. HEX triplet: B9, 59 and FB. RGB value is (185,89,251). Sum of RGB (Red+Green+Blue) = 185+89+251=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #B959FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959FB is #46A604. Grayscale: #878787. Windows color (decimal): -4630021 or 16472505. OLE color: 16472505.

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

Color convert

RGB18589251-
CMYK0.260.6500.02
HSL275.56º95.29%66.67%-
HSV(B)275.56º64.54%98.43%-
XYZ40.9924.4293.82-
YUV136.17192.8162.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 89 (35.16% from 255) = 16.95%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=35.24%
G=16.95%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185892510.260.6500.02275.5695.2966.67
HexB959FB1A41021145f43
Octal2711313733210102424137103
Binary1011100110110011111101111010100000101010001010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959FB; }

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

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

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

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

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

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

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

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