#B959F8

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

Shades of Medium Orchid #B959F8

Tints of Medium Orchid #B959F8

Color information

#B959F8 (or 0xB959F8) is unknown color: approx Medium Orchid. HEX triplet: B9, 59 and F8. RGB value is (185,89,248). Sum of RGB (Red+Green+Blue) = 185+89+248=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #B959F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B959F8 is #46A607. Grayscale: #878787. Windows color (decimal): -4630024 or 16275897. OLE color: 16275897.

HSL color Cylindrical-coordinate representation of color #B959F8: hue angle of 276.23º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B959F8 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18589248-
CMYK0.250.6400.03
HSL276.23º91.91%66.08%-
HSV(B)276.23º64.11%97.25%-
XYZ40.5224.2491.35-
YUV135.83191.3163.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 89 (35.16% from 255) = 17.05%
BLUE value IS 248 (97.27% from 255) = 47.51%
R=35.44%
G=17.05%
B=47.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185892480.250.6400.03276.2391.9166.08
HexB959F81940031145c42
Octal2711313703110003424134102
Binary1011100110110011111100011001100000001110001010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B959F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B959F8; }

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

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

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

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

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

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

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

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