#B356E5

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

Shades of Medium Orchid #B356E5

Tints of Medium Orchid #B356E5

Color information

#B356E5 (or 0xB356E5) is unknown color: approx Medium Orchid. HEX triplet: B3, 56 and E5. RGB value is (179,86,229). Sum of RGB (Red+Green+Blue) = 179+86+229=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B356E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356E5 is #4CA91A. Grayscale: #818181. Windows color (decimal): -5024027 or 15029939. OLE color: 15029939.

HSL color Cylindrical-coordinate representation of color #B356E5: hue angle of 279.02º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B356E5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17986229-
CMYK0.220.6200.10
HSL279.02º73.33%61.76%-
HSV(B)279.02º62.45%89.8%-
XYZ36.0621.976.45-
YUV130.11183.81162.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 86 (33.98% from 255) = 17.41%
BLUE value IS 229 (89.84% from 255) = 46.36%
R=36.23%
G=17.41%
B=46.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179862290.220.6200.10279.0273.3361.76
HexB356E5163E0A117493e
Octal263126345267601242711176
Binary1011001110101101110010110110111110010101000101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B356E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B356E5; }

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

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

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

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

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

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

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

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