#B167C1

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

Shades of Medium Orchid #B167C1

Tints of Medium Orchid #B167C1

Color information

#B167C1 (or 0xB167C1) is unknown color: approx Medium Orchid. HEX triplet: B1, 67 and C1. RGB value is (177,103,193). Sum of RGB (Red+Green+Blue) = 177+103+193=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #B167C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167C1 is #4E983E. Grayscale: #878787. Windows color (decimal): -5150783 or 12674993. OLE color: 12674993.

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

Color convert

RGB177103193-
CMYK0.080.4700.24
HSL289.33º42.06%58.04%-
HSV(B)289.33º46.63%75.69%-
XYZ32.6122.953.15-
YUV135.39160.52157.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=37.42%
G=21.78%
B=40.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771031930.080.4700.24289.3342.0658.04
HexB167C182F0181212a3a
Octal26114730110570304415272
Binary101100011100111110000011000101111011000100100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167C1; }

 p { color: rgb(177,103,193); }

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

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

 a { background-color: rgb(177,103,193); }

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

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

 span { border-color: rgb(177,103,193); }

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