#B165DE

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

Shades of Medium Orchid #B165DE

Tints of Medium Orchid #B165DE

Color information

#B165DE (or 0xB165DE) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and DE. RGB value is (177,101,222). Sum of RGB (Red+Green+Blue) = 177+101+222=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #B165DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165DE is #4E9A21. Grayscale: #898989. Windows color (decimal): -5151266 or 14575025. OLE color: 14575025.

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

Color convert

RGB177101222-
CMYK0.200.5500.13
HSL277.69º64.71%63.33%-
HSV(B)277.69º54.5%87.06%-
XYZ35.9723.9371.83-
YUV137.52175.68156.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=35.4%
G=20.2%
B=44.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771012220.200.5500.13277.6964.7163.33
HexB165DE14370D116413f
Octal261145336246701542610177
Binary1011000111001011101111010100110111011011000101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165DE; }

 p { color: rgb(177,101,222); }

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

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

 a { background-color: rgb(177,101,222); }

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

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

 span { border-color: rgb(177,101,222); }

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