#B356C3

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

Shades of Medium Orchid #B356C3

Tints of Medium Orchid #B356C3

Color information

#B356C3 (or 0xB356C3) is unknown color: approx Medium Orchid. HEX triplet: B3, 56 and C3. RGB value is (179,86,195). Sum of RGB (Red+Green+Blue) = 179+86+195=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #B356C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356C3 is #4CA93C. Grayscale: #7D7D7D. Windows color (decimal): -5024061 or 12801715. OLE color: 12801715.

HSL color Cylindrical-coordinate representation of color #B356C3: hue angle of 291.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B356C3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17986195-
CMYK0.080.5600.24
HSL291.19º47.6%55.1%-
HSV(B)291.19º55.9%76.47%-
XYZ31.7720.1853.85-
YUV126.23166.81165.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=38.91%
G=18.70%
B=42.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179861950.080.5600.24291.1947.655.1
HexB356C38380181233037
Octal26312630310700304436067
Binary101100111010110110000111000111000011000100100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B356C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B356C3; }

 p { color: rgb(179,86,195); }

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

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

 a { background-color: rgb(179,86,195); }

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

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

 span { border-color: rgb(179,86,195); }

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