#b158e5

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

Shades of Medium Orchid #B158E5

Tints of Medium Orchid #B158E5

Color information

#B158E5 (or 0xB158E5) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and E5. RGB value is (177,88,229). Sum of RGB (Red+Green+Blue) = 177+88+229=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B158E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158E5 is #4EA71A. Grayscale: #828282. Windows color (decimal): -5154587 or 15030449. OLE color: 15030449.

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

Color convert

RGB17788229-
CMYK0.230.6200.10
HSL277.87º73.06%62.16%-
HSV(B)277.87º61.57%89.8%-
XYZ35.7621.9876.49-
YUV130.68183.49161.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 88 (34.77% from 255) = 17.81%
BLUE value IS 229 (89.84% from 255) = 46.36%
R=35.83%
G=17.81%
B=46.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177882290.230.6200.10277.8773.0662.16
HexB158E5173E0A116493e
Octal261130345277601242611176
Binary1011000110110001110010110111111110010101000101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b158e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b158e5; }

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

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

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

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

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

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

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

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