#B167E1

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

Shades of Medium Orchid #B167E1

Tints of Medium Orchid #B167E1

Color information

#B167E1 (or 0xB167E1) is unknown color: approx Medium Orchid. HEX triplet: B1, 67 and E1. RGB value is (177,103,225). Sum of RGB (Red+Green+Blue) = 177+103+225=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #B167E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167E1 is #4E981E. Grayscale: #8A8A8A. Windows color (decimal): -5150751 or 14772145. OLE color: 14772145.

HSL color Cylindrical-coordinate representation of color #B167E1: hue angle of 276.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B167E1 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177103225-
CMYK0.210.5400.12
HSL276.39º67.03%64.31%-
HSV(B)276.39º54.22%88.24%-
XYZ36.5724.4874.03-
YUV139.03176.52155.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 103 (40.62% from 255) = 20.40%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=35.05%
G=20.40%
B=44.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771032250.210.5400.12276.3967.0364.31
HexB167E115360C1144340
Octal2611473412566014424103100
Binary10110001110011111100001101011101100110010001010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167E1; }

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

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

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

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

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

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

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

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