#b156dc

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

Shades of Medium Orchid #B156DC

Tints of Medium Orchid #B156DC

Color information

#B156DC (or 0xB156DC) is unknown color: approx Medium Orchid. HEX triplet: B1, 56 and DC. RGB value is (177,86,220). Sum of RGB (Red+Green+Blue) = 177+86+220=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B156DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156DC is #4EA923. Grayscale: #808080. Windows color (decimal): -5155108 or 14440113. OLE color: 14440113.

HSL color Cylindrical-coordinate representation of color #B156DC: hue angle of 280.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B156DC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17786220-
CMYK0.200.6100.14
HSL280.75º65.69%60%-
HSV(B)280.75º60.91%86.27%-
XYZ34.3821.1769.98-
YUV128.49179.65162.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 86 (33.98% from 255) = 17.81%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=36.65%
G=17.81%
B=45.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177862200.200.6100.14280.7565.6960
HexB156DC143D0E119423c
Octal261126334247501643110274
Binary1011000110101101101110010100111101011101000110011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b156dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b156dc; }

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

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

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

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

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

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

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

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