#B359D3

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

Shades of Medium Orchid #B359D3

Tints of Medium Orchid #B359D3

Color information

#B359D3 (or 0xB359D3) is unknown color: approx Medium Orchid. HEX triplet: B3, 59 and D3. RGB value is (179,89,211). Sum of RGB (Red+Green+Blue) = 179+89+211=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #B359D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359D3 is #4CA62C. Grayscale: #818181. Windows color (decimal): -5023277 or 13851059. OLE color: 13851059.

HSL color Cylindrical-coordinate representation of color #B359D3: hue angle of 284.26º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B359D3 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17989211-
CMYK0.150.5800.17
HSL284.26º58.1%58.82%-
HSV(B)284.26º57.82%82.75%-
XYZ33.9221.4363.98-
YUV129.82173.82163.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=37.37%
G=18.58%
B=44.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179892110.150.5800.17284.2658.158.82
HexB359D3F3A01111c3a3b
Octal26313132317720214347273
Binary101100111011001110100111111111010010001100011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359D3; }

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

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

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

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

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

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

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

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