#B057C1

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

Shades of Medium Orchid #B057C1

Tints of Medium Orchid #B057C1

Color information

#B057C1 (or 0xB057C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 57 and C1. RGB value is (176,87,193). Sum of RGB (Red+Green+Blue) = 176+87+193=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #B057C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057C1 is #4FA83E. Grayscale: #7D7D7D. Windows color (decimal): -5220415 or 12670896. OLE color: 12670896.

HSL color Cylindrical-coordinate representation of color #B057C1: hue angle of 290.38º degrees, saturation: 0.46, 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 #B057C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17687193-
CMYK0.090.5500.24
HSL290.38º46.09%54.9%-
HSV(B)290.38º54.92%75.69%-
XYZ30.9419.952.66-
YUV125.7165.99163.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=38.60%
G=19.08%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176871930.090.5500.24290.3846.0954.9
HexB057C19370181222e37
Octal26012730111670304425667
Binary101100001010111110000011001110111011000100100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057C1; }

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

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

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

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

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

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

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

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