#B158C1

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

Shades of Medium Orchid #B158C1

Tints of Medium Orchid #B158C1

Color information

#B158C1 (or 0xB158C1) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and C1. RGB value is (177,88,193). Sum of RGB (Red+Green+Blue) = 177+88+193=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #B158C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158C1 is #4EA73E. Grayscale: #7E7E7E. Windows color (decimal): -5154623 or 12671153. OLE color: 12671153.

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

Color convert

RGB17788193-
CMYK0.080.5400.24
HSL290.86º45.85%55.1%-
HSV(B)290.86º54.4%75.69%-
XYZ31.2520.1852.7-
YUV126.58165.49163.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=38.65%
G=19.21%
B=42.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177881930.080.5400.24290.8645.8555.1
HexB158C18360181232e37
Octal26113030110660304435667
Binary101100011011000110000011000110110011000100100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158C1; }

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

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

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

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

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

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

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

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