#B359C6

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

Shades of Medium Orchid #B359C6

Tints of Medium Orchid #B359C6

Color information

#B359C6 (or 0xB359C6) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and C6. RGB value is (179,89,198). Sum of RGB (Red+Green+Blue) = 179+89+198=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #B359C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359C6 is #4CA639. Grayscale: #7F7F7F. Windows color (decimal): -5023290 or 12999091. OLE color: 12999091.

HSL color Cylindrical-coordinate representation of color #B359C6: hue angle of 289.54º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B359C6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17989198-
CMYK0.100.5500.22
HSL289.54º48.88%56.27%-
HSV(B)289.54º55.05%77.65%-
XYZ32.3620.8155.74-
YUV128.34167.32164.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=38.41%
G=19.10%
B=42.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179891980.100.5500.22289.5448.8856.27
HexB359C6A370161223138
Octal26313130612670264426170
Binary101100111011001110001101010110111010110100100010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359C6; }

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

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

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

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

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

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

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

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