#B182C4

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

Shades of East Side #B182C4

Tints of East Side #B182C4

Color information

#B182C4 (or 0xB182C4) is unknown color: approx East Side. HEX triplet: B1, 82 and C4. RGB value is (177,130,196). Sum of RGB (Red+Green+Blue) = 177+130+196=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #B182C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182C4 is #4E7D3B. Grayscale: #979797. Windows color (decimal): -5143868 or 12878513. OLE color: 12878513.

HSL color Cylindrical-coordinate representation of color #B182C4: hue angle of 282.73º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B182C4 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177130196-
CMYK0.100.3400.23
HSL282.73º35.87%63.92%-
HSV(B)282.73º33.67%76.86%-
XYZ36.0829.355.98-
YUV151.58153.07146.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=35.19%
G=25.84%
B=38.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771301960.100.3400.23282.7335.8763.92
HexB182C4A2201711b2440
Octal261202304124202743344100
Binary10110001100000101100010010101000100101111000110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182C4; }

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

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

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

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

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

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

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

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