#B057C3

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

Shades of Medium Orchid #B057C3

Tints of Medium Orchid #B057C3

Color information

#B057C3 (or 0xB057C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 57 and C3. RGB value is (176,87,195). Sum of RGB (Red+Green+Blue) = 176+87+195=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B057C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057C3 is #4FA83C. Grayscale: #7D7D7D. Windows color (decimal): -5220413 or 12801968. OLE color: 12801968.

HSL color Cylindrical-coordinate representation of color #B057C3: hue angle of 289.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B057C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17687195-
CMYK0.100.5500.24
HSL289.44º47.37%55.29%-
HSV(B)289.44º55.38%76.47%-
XYZ31.1619.9953.85-
YUV125.92166.99163.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=38.43%
G=19.00%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176871950.100.5500.24289.4447.3755.29
HexB057C3A370181212f37
Octal26012730312670304415767
Binary101100001010111110000111010110111011000100100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057C3; }

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

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

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

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

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

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

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

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