#B156E4

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

Shades of Medium Orchid #B156E4

Tints of Medium Orchid #B156E4

Color information

#B156E4 (or 0xB156E4) is unknown color: approx Medium Orchid. HEX triplet: B1, 56 and E4. RGB value is (177,86,228). Sum of RGB (Red+Green+Blue) = 177+86+228=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #B156E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156E4 is #4EA91B. Grayscale: #808080. Windows color (decimal): -5155100 or 14964401. OLE color: 14964401.

HSL color Cylindrical-coordinate representation of color #B156E4: hue angle of 278.45º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B156E4 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17786228-
CMYK0.220.6200.11
HSL278.45º72.45%61.57%-
HSV(B)278.45º62.28%89.41%-
XYZ35.4621.675.7-
YUV129.4183.65161.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 228 (89.45% from 255) = 46.44%
R=36.05%
G=17.52%
B=46.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177862280.220.6200.11278.4572.4561.57
HexB156E4163E0B116483e
Octal261126344267601342611076
Binary1011000110101101110010010110111110010111000101101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156E4; }

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

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

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

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

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

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

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

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