#b357ff

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

Shades of Medium Orchid #B357FF

Tints of Medium Orchid #B357FF

Color information

#B357FF (or 0xB357FF) is unknown color: approx Medium Orchid. HEX triplet: B3, 57 and FF. RGB value is (179,87,255). Sum of RGB (Red+Green+Blue) = 179+87+255=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B357FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B357FF is #4CA800. Grayscale: #858585. Windows color (decimal): -5023745 or 16734131. OLE color: 16734131.

HSL color Cylindrical-coordinate representation of color #B357FF: hue angle of 272.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B357FF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17987255-
CMYK0.300.6600
HSL272.86º100%67.06%-
HSV(B)272.86º65.88%100%-
XYZ40.0523.6297.06-
YUV133.66196.48160.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 255 (100% from 255) = 48.94%
R=34.36%
G=16.70%
B=48.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179872550.300.6600272.8610067.06
HexB357FF1E42001116443
Octal2631273773610200421144103
Binary101100111010111111111111111010000100010001000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b357ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b357ff; }

 p { color: rgb(179,87,255); }

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

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

 a { background-color: rgb(179,87,255); }

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

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

 span { border-color: rgb(179,87,255); }

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