#B357FC

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

Shades of Medium Orchid #B357FC

Tints of Medium Orchid #B357FC

Color information

#B357FC (or 0xB357FC) is unknown color: approx Medium Orchid. HEX triplet: B3, 57 and FC. RGB value is (179,87,252). Sum of RGB (Red+Green+Blue) = 179+87+252=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #B357FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B357FC is #4CA803. Grayscale: #848484. Windows color (decimal): -5023748 or 16537523. OLE color: 16537523.

HSL color Cylindrical-coordinate representation of color #B357FC: hue angle of 273.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B357FC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17987252-
CMYK0.290.6500.01
HSL273.45º96.49%66.47%-
HSV(B)273.45º65.48%98.82%-
XYZ39.5723.4394.53-
YUV133.32194.98160.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 87 (34.38% from 255) = 16.80%
BLUE value IS 252 (98.83% from 255) = 48.65%
R=34.56%
G=16.80%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179872520.290.6500.01273.4596.4966.47
HexB357FC1D41011116042
Octal2631273743510101421140102
Binary101100111010111111111001110110000010110001000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B357FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B357FC; }

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

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

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

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

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

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

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

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