#B168E9

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

Shades of Medium Orchid #B168E9

Tints of Medium Orchid #B168E9

Color information

#B168E9 (or 0xB168E9) is unknown color: approx Medium Orchid. HEX triplet: B1, 68 and E9. RGB value is (177,104,233). Sum of RGB (Red+Green+Blue) = 177+104+233=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #B168E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168E9 is #4E9716. Grayscale: #8C8C8C. Windows color (decimal): -5150487 or 15296689. OLE color: 15296689.

HSL color Cylindrical-coordinate representation of color #B168E9: hue angle of 273.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B168E9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177104233-
CMYK0.240.5500.09
HSL273.95º74.57%66.08%-
HSV(B)273.95º55.36%91.37%-
XYZ37.7925.1379.95-
YUV140.53180.18154.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 104 (41.02% from 255) = 20.23%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=34.44%
G=20.23%
B=45.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771042330.240.5500.09273.9574.5766.08
HexB168E91837091124b42
Octal2611503513067011422113102
Binary10110001110100011101001110001101110100110001001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168E9; }

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

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

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

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

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

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

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

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