#B156F0

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

Shades of Medium Orchid #B156F0

Tints of Medium Orchid #B156F0

Color information

#B156F0 (or 0xB156F0) is unknown color: approx Medium Orchid. HEX triplet: B1, 56 and F0. RGB value is (177,86,240). Sum of RGB (Red+Green+Blue) = 177+86+240=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #B156F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156F0 is #4EA90F. Grayscale: #828282. Windows color (decimal): -5155088 or 15750833. OLE color: 15750833.

HSL color Cylindrical-coordinate representation of color #B156F0: hue angle of 275.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B156F0 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17786240-
CMYK0.260.6400.06
HSL275.45º83.7%63.92%-
HSV(B)275.45º64.17%94.12%-
XYZ37.1922.2984.78-
YUV130.76189.65160.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=35.19%
G=17.10%
B=47.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal177862400.260.6400.06275.4583.763.92
HexB156F01A40061135440
Octal2611263603210006423124100
Binary10110001101011011110000110101000000011010001001110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156F0; }

 p { color: rgb(177,86,240); }

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

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

 a { background-color: rgb(177,86,240); }

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

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

 span { border-color: rgb(177,86,240); }

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