#B165E5

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

Shades of Medium Orchid #B165E5

Tints of Medium Orchid #B165E5

Color information

#B165E5 (or 0xB165E5) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and E5. RGB value is (177,101,229). Sum of RGB (Red+Green+Blue) = 177+101+229=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #B165E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165E5 is #4E9A1A. Grayscale: #898989. Windows color (decimal): -5151259 or 15033777. OLE color: 15033777.

HSL color Cylindrical-coordinate representation of color #B165E5: hue angle of 275.62º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B165E5 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177101229-
CMYK0.230.5600.10
HSL275.62º71.11%64.71%-
HSV(B)275.62º55.9%89.8%-
XYZ36.9324.3176.88-
YUV138.32179.18155.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=34.91%
G=19.92%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771012290.230.5600.10275.6271.1164.71
HexB165E517380A1144741
Octal2611453452770012424107101
Binary10110001110010111100101101111110000101010001010010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165E5; }

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

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

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

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

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

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

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

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