#b156c3

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

Shades of Medium Orchid #B156C3

Tints of Medium Orchid #B156C3

Color information

#B156C3 (or 0xB156C3) is unknown color: approx Medium Orchid. HEX triplet: B1, 56 and C3. RGB value is (177,86,195). Sum of RGB (Red+Green+Blue) = 177+86+195=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B156C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156C3 is #4EA93C. Grayscale: #7D7D7D. Windows color (decimal): -5155133 or 12801713. OLE color: 12801713.

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

Color convert

RGB17786195-
CMYK0.090.5600.24
HSL290.09º47.6%55.1%-
HSV(B)290.09º55.9%76.47%-
XYZ31.3119.9453.83-
YUV125.64167.15164.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=38.65%
G=18.78%
B=42.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177861950.090.5600.24290.0947.655.1
HexB156C39380181223037
Octal26112630311700304426067
Binary101100011010110110000111001111000011000100100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b156c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b156c3; }

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

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

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

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

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

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

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

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