#B165C3

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

Shades of Medium Orchid #B165C3

Tints of Medium Orchid #B165C3

Color information

#B165C3 (or 0xB165C3) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and C3. RGB value is (177,101,195). Sum of RGB (Red+Green+Blue) = 177+101+195=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #B165C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165C3 is #4E9A3C. Grayscale: #868686. Windows color (decimal): -5151293 or 12805553. OLE color: 12805553.

HSL color Cylindrical-coordinate representation of color #B165C3: hue angle of 288.51º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B165C3 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177101195-
CMYK0.090.4800.24
HSL288.51º43.93%58.04%-
HSV(B)288.51º48.21%76.47%-
XYZ32.6422.5954.27-
YUV134.44162.18158.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=37.42%
G=21.35%
B=41.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771011950.090.4800.24288.5143.9358.04
HexB165C39300181212c3a
Octal26114530311600304415472
Binary101100011100101110000111001110000011000100100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B165C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B165C3; }

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

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

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

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

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

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

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

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