#B165EA

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

Shades of Medium Orchid #B165EA

Tints of Medium Orchid #B165EA

Color information

#B165EA (or 0xB165EA) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and EA. RGB value is (177,101,234). Sum of RGB (Red+Green+Blue) = 177+101+234=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #B165EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165EA is #4E9A15. Grayscale: #8A8A8A. Windows color (decimal): -5151254 or 15361457. OLE color: 15361457.

HSL color Cylindrical-coordinate representation of color #B165EA: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B165EA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177101234-
CMYK0.240.5700.08
HSL274.29º76%65.69%-
HSV(B)274.29º56.84%91.76%-
XYZ37.6424.5980.61-
YUV138.89181.68155.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=34.57%
G=19.73%
B=45.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771012340.240.5700.08274.297665.69
HexB165EA1839081124c42
Octal2611453523071010422114102
Binary10110001110010111101010110001110010100010001001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165EA; }

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

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

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

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

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

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

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

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