#B359D0

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

Shades of Medium Orchid #B359D0

Tints of Medium Orchid #B359D0

Color information

#B359D0 (or 0xB359D0) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and D0. RGB value is (179,89,208). Sum of RGB (Red+Green+Blue) = 179+89+208=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #B359D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359D0 is #4CA62F. Grayscale: #818181. Windows color (decimal): -5023280 or 13654451. OLE color: 13654451.

HSL color Cylindrical-coordinate representation of color #B359D0: hue angle of 285.38º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B359D0 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17989208-
CMYK0.140.5700.18
HSL285.38º55.87%58.24%-
HSV(B)285.38º57.21%81.57%-
XYZ33.5521.2862.01-
YUV129.48172.32163.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 208 (81.64% from 255) = 43.70%
R=37.61%
G=18.70%
B=43.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179892080.140.5700.18285.3855.8758.24
HexB359D0E3901211d383a
Octal26313132016710224357072
Binary101100111011001110100001110111001010010100011101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359D0; }

 p { color: rgb(179,89,208); }

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

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

 a { background-color: rgb(179,89,208); }

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

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

 span { border-color: rgb(179,89,208); }

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