#B158FF

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

Shades of Medium Orchid #B158FF

Tints of Medium Orchid #B158FF

Color information

#B158FF (or 0xB158FF) is unknown color: approx Medium Orchid. HEX triplet: B1, 58 and FF. RGB value is (177,88,255). Sum of RGB (Red+Green+Blue) = 177+88+255=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B158FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158FF is #4EA700. Grayscale: #858585. Windows color (decimal): -5154561 or 16734385. OLE color: 16734385.

HSL color Cylindrical-coordinate representation of color #B158FF: hue angle of 271.98º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B158FF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17788255-
CMYK0.310.6500
HSL271.98º100%67.25%-
HSV(B)271.98º65.49%100%-
XYZ39.6723.5597.06-
YUV133.65196.49158.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 255 (100% from 255) = 49.04%
R=34.04%
G=16.92%
B=49.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177882550.310.6500271.9810067.25
HexB158FF1F41001106443
Octal2611303773710100420144103
Binary101100011011000111111111111110000010010001000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158FF; }

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

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

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

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

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

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

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

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