#b165ee

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

Shades of Medium Orchid #B165EE

Tints of Medium Orchid #B165EE

Color information

#B165EE (or 0xB165EE) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and EE. RGB value is (177,101,238). Sum of RGB (Red+Green+Blue) = 177+101+238=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #B165EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165EE is #4E9A11. Grayscale: #8A8A8A. Windows color (decimal): -5151250 or 15623601. OLE color: 15623601.

HSL color Cylindrical-coordinate representation of color #B165EE: hue angle of 273.28º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B165EE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177101238-
CMYK0.260.5800.07
HSL273.28º80.12%66.47%-
HSV(B)273.28º57.56%93.33%-
XYZ38.2224.8383.67-
YUV139.34183.68154.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 101 (39.84% from 255) = 19.57%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=34.30%
G=19.57%
B=46.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771012380.260.5800.07273.2880.1266.47
HexB165EE1A3A071115042
Octal261145356327207421120102
Binary1011000111001011110111011010111010011110001000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b165ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b165ee; }

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

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

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

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

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

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

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

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