#b169d2

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

Shades of Medium Orchid #B169D2

Tints of Medium Orchid #B169D2

Color information

#B169D2 (or 0xB169D2) is unknown color: approx Medium Orchid. HEX triplet: B1, 69 and D2. RGB value is (177,105,210). Sum of RGB (Red+Green+Blue) = 177+105+210=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #B169D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169D2 is #4E962D. Grayscale: #8A8A8A. Windows color (decimal): -5150254 or 13789617. OLE color: 13789617.

HSL color Cylindrical-coordinate representation of color #B169D2: hue angle of 281.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B169D2 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177105210-
CMYK0.160.5000.18
HSL281.14º53.85%61.76%-
HSV(B)281.14º50%82.35%-
XYZ34.8224.163.79-
YUV138.5168.35155.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=35.98%
G=21.34%
B=42.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771052100.160.5000.18281.1453.8561.76
HexB169D21032012119363e
Octal26115132220620224316676
Binary1011000111010011101001010000110010010010100011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b169d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b169d2; }

 p { color: rgb(177,105,210); }

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

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

 a { background-color: rgb(177,105,210); }

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

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

 span { border-color: rgb(177,105,210); }

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