#B168E7

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

Shades of Medium Orchid #B168E7

Tints of Medium Orchid #B168E7

Color information

#B168E7 (or 0xB168E7) is unknown color: approx Medium Orchid. HEX triplet: B1, 68 and E7. RGB value is (177,104,231). Sum of RGB (Red+Green+Blue) = 177+104+231=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #B168E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168E7 is #4E9718. Grayscale: #8B8B8B. Windows color (decimal): -5150489 or 15165617. OLE color: 15165617.

HSL color Cylindrical-coordinate representation of color #B168E7: hue angle of 274.49º degrees, saturation: 0.73, 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 #B168E7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177104231-
CMYK0.230.5500.09
HSL274.49º72.57%65.69%-
HSV(B)274.49º54.98%90.59%-
XYZ37.5125.0278.45-
YUV140.3179.18154.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=34.57%
G=20.31%
B=45.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771042310.230.5500.09274.4972.5765.69
HexB168E71737091124942
Octal2611503472767011422111102
Binary10110001110100011100111101111101110100110001001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B168E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B168E7; }

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

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

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

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

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

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

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

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