#B057F4

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

Shades of Medium Orchid #B057F4

Tints of Medium Orchid #B057F4

Color information

#B057F4 (or 0xB057F4) is unknown color: approx Medium Orchid. HEX triplet: B0, 57 and F4. RGB value is (176,87,244). Sum of RGB (Red+Green+Blue) = 176+87+244=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #B057F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057F4 is #4FA80B. Grayscale: #828282. Windows color (decimal): -5220364 or 16013232. OLE color: 16013232.

HSL color Cylindrical-coordinate representation of color #B057F4: hue angle of 274.01º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B057F4 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17687244-
CMYK0.280.6400.04
HSL274.01º87.71%64.9%-
HSV(B)274.01º64.34%95.69%-
XYZ37.6422.5887.96-
YUV131.51191.49159.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=34.71%
G=17.16%
B=48.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176872440.280.6400.04274.0187.7164.9
HexB057F41C40041125841
Octal2601273643410004422130101
Binary10110000101011111110100111001000000010010001001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057F4; }

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

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

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

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

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

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

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

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