#B057FC

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

Shades of Medium Orchid #B057FC

Tints of Medium Orchid #B057FC

Color information

#B057FC (or 0xB057FC) is unknown color: approx Medium Orchid. HEX triplet: B0, 57 and FC. RGB value is (176,87,252). Sum of RGB (Red+Green+Blue) = 176+87+252=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #B057FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057FC is #4FA803. Grayscale: #838383. Windows color (decimal): -5220356 or 16537520. OLE color: 16537520.

HSL color Cylindrical-coordinate representation of color #B057FC: hue angle of 272.36º 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 #B057FC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17687252-
CMYK0.300.6500.01
HSL272.36º96.49%66.47%-
HSV(B)272.36º65.48%98.82%-
XYZ38.8823.0794.5-
YUV132.42195.49159.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 87 (34.38% from 255) = 16.89%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=34.17%
G=16.89%
B=48.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176872520.300.6500.01272.3696.4966.47
HexB057FC1E41011106042
Octal2601273743610101420140102
Binary101100001010111111111001111010000010110001000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057FC; }

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

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

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

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

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

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

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

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