#B169DB

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

Shades of Medium Orchid #B169DB

Tints of Medium Orchid #B169DB

Color information

#B169DB (or 0xB169DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 69 and DB. RGB value is (177,105,219). Sum of RGB (Red+Green+Blue) = 177+105+219=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B169DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169DB is #4E9624. Grayscale: #8B8B8B. Windows color (decimal): -5150245 or 14379441. OLE color: 14379441.

HSL color Cylindrical-coordinate representation of color #B169DB: hue angle of 277.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B169DB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177105219-
CMYK0.190.5200.14
HSL277.89º61.29%63.53%-
HSV(B)277.89º52.05%85.88%-
XYZ35.9724.5669.86-
YUV139.52172.85154.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=35.33%
G=20.96%
B=43.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771052190.190.5200.14277.8961.2963.53
HexB169DB13340E1163d40
Octal261151333236401642675100
Binary1011000111010011101101110011110100011101000101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169DB; }

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

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

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

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

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

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

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

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