#B057DD

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

Shades of Medium Orchid #B057DD

Tints of Medium Orchid #B057DD

Color information

#B057DD (or 0xB057DD) is unknown color: approx Medium Orchid. HEX triplet: B0, 57 and DD. RGB value is (176,87,221). Sum of RGB (Red+Green+Blue) = 176+87+221=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B057DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057DD is #4FA822. Grayscale: #808080. Windows color (decimal): -5220387 or 14505904. OLE color: 14505904.

HSL color Cylindrical-coordinate representation of color #B057DD: hue angle of 279.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B057DD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17687221-
CMYK0.200.6100.13
HSL279.85º66.34%60.39%-
HSV(B)279.85º60.63%86.67%-
XYZ34.3621.2770.7-
YUV128.89179.99161.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=36.36%
G=17.98%
B=45.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176872210.200.6100.13279.8566.3460.39
HexB057DD143D0D118423c
Octal260127335247501543010274
Binary1011000010101111101110110100111101011011000110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B057DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B057DD; }

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

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

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

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

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

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

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

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