#B358ED

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

Shades of Medium Orchid #B358ED

Tints of Medium Orchid #B358ED

Color information

#B358ED (or 0xB358ED) is unknown color: approx Medium Orchid. HEX triplet: B3, 58 and ED. RGB value is (179,88,237). Sum of RGB (Red+Green+Blue) = 179+88+237=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B358ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358ED is #4CA712. Grayscale: #838383. Windows color (decimal): -5023507 or 15554739. OLE color: 15554739.

HSL color Cylindrical-coordinate representation of color #B358ED: hue angle of 276.64º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B358ED is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17988237-
CMYK0.240.6300.07
HSL276.64º80.54%63.73%-
HSV(B)276.64º62.87%92.94%-
XYZ37.3722.6882.53-
YUV132.2187.15161.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=35.52%
G=17.46%
B=47.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179882370.240.6300.07276.6480.5463.73
HexB358ED183F071155140
Octal263130355307707425121100
Binary1011001110110001110110111000111111011110001010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358ED; }

 p { color: rgb(179,88,237); }

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

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

 a { background-color: rgb(179,88,237); }

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

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

 span { border-color: rgb(179,88,237); }

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