#B168DD

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

Shades of Medium Orchid #B168DD

Tints of Medium Orchid #B168DD

Color information

#B168DD (or 0xB168DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 68 and DD. RGB value is (177,104,221). Sum of RGB (Red+Green+Blue) = 177+104+221=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B168DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DD is #4E9722. Grayscale: #8A8A8A. Windows color (decimal): -5150499 or 14510257. OLE color: 14510257.

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

Color convert

RGB177104221-
CMYK0.200.5300.13
HSL277.44º63.24%63.73%-
HSV(B)277.44º52.94%86.67%-
XYZ36.1324.4771.23-
YUV139.16174.18154.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=35.26%
G=20.72%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771042210.200.5300.13277.4463.2463.73
HexB168DD14350D1153f40
Octal261150335246501542577100
Binary1011000111010001101110110100110101011011000101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168DD; }

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

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

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

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

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

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

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

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