#B182C1

Color #B182C1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B182C1

Tints of East Side #B182C1

Color information

#B182C1 (or 0xB182C1) is unknown color: approx East Side. HEX triplet: B1, 82 and C1. RGB value is (177,130,193). Sum of RGB (Red+Green+Blue) = 177+130+193=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #B182C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182C1 is #4E7D3E. Grayscale: #979797. Windows color (decimal): -5143871 or 12681905. OLE color: 12681905.

HSL color Cylindrical-coordinate representation of color #B182C1: hue angle of 284.76º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B182C1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177130193-
CMYK0.080.3300.24
HSL284.76º33.69%63.33%-
HSV(B)284.76º32.64%75.69%-
XYZ35.7429.1654.2-
YUV151.24151.57146.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=35.4%
G=26%
B=38.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771301930.080.3300.24284.7633.6963.33
HexB182C182101811d223f
Octal26120230110410304354277
Binary1011000110000010110000011000100001011000100011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182C1; }

 p { color: rgb(177,130,193); }

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

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

 a { background-color: rgb(177,130,193); }

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

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

 span { border-color: rgb(177,130,193); }

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