#B168E5

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

Shades of Medium Orchid #B168E5

Tints of Medium Orchid #B168E5

Color information

#B168E5 (or 0xB168E5) is unknown color: approx Medium Orchid. HEX triplet: B1, 68 and E5. RGB value is (177,104,229). Sum of RGB (Red+Green+Blue) = 177+104+229=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #B168E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168E5 is #4E971A. Grayscale: #8B8B8B. Windows color (decimal): -5150491 or 15034545. OLE color: 15034545.

HSL color Cylindrical-coordinate representation of color #B168E5: hue angle of 275.04º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B168E5 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177104229-
CMYK0.230.5500.10
HSL275.04º70.62%65.29%-
HSV(B)275.04º54.59%89.8%-
XYZ37.2224.976.97-
YUV140.08178.18154.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=34.71%
G=20.39%
B=44.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771042290.230.5500.10275.0470.6265.29
HexB168E517370A1134741
Octal2611503452767012423107101
Binary10110001110100011100101101111101110101010001001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168E5; }

 p { color: rgb(177,104,229); }

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

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

 a { background-color: rgb(177,104,229); }

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

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

 span { border-color: rgb(177,104,229); }

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