#B182CB

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

Shades of East Side #B182CB

Tints of East Side #B182CB

Color information

#B182CB (or 0xB182CB) is unknown color: approx East Side. HEX triplet: B1, 82 and CB. RGB value is (177,130,203). Sum of RGB (Red+Green+Blue) = 177+130+203=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #B182CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182CB is #4E7D34. Grayscale: #989898. Windows color (decimal): -5143861 or 13337265. OLE color: 13337265.

HSL color Cylindrical-coordinate representation of color #B182CB: hue angle of 278.63º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B182CB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177130203-
CMYK0.130.3600.20
HSL278.63º41.24%65.29%-
HSV(B)278.63º35.96%79.61%-
XYZ36.8929.6260.27-
YUV152.38156.57145.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=34.71%
G=25.49%
B=39.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771302030.130.3600.20278.6341.2465.29
HexB182CBD240141172941
Octal261202313154402442751101
Binary10110001100000101100101111011001000101001000101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182CB; }

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

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

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

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

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

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

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

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