#B160DD

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

Shades of Medium Orchid #B160DD

Tints of Medium Orchid #B160DD

Color information

#B160DD (or 0xB160DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and DD. RGB value is (177,96,221). Sum of RGB (Red+Green+Blue) = 177+96+221=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B160DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160DD is #4E9F22. Grayscale: #868686. Windows color (decimal): -5152547 or 14508209. OLE color: 14508209.

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

Color convert

RGB17796221-
CMYK0.200.5700.13
HSL278.88º64.77%62.16%-
HSV(B)278.88º56.56%86.67%-
XYZ35.3722.9370.97-
YUV134.47176.84158.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=35.83%
G=19.43%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177962210.200.5700.13278.8864.7762.16
HexB160DD14390D117413e
Octal261140335247101542710176
Binary1011000111000001101110110100111001011011000101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160DD; }

 p { color: rgb(177,96,221); }

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

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

 a { background-color: rgb(177,96,221); }

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

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

 span { border-color: rgb(177,96,221); }

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