#B382CB

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

Shades of East Side #B382CB

Tints of East Side #B382CB

Color information

#B382CB (or 0xB382CB) is unknown color: approx East Side. HEX triplet: B3, 82 and CB. RGB value is (179,130,203). Sum of RGB (Red+Green+Blue) = 179+130+203=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #B382CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382CB is #4C7D34. Grayscale: #989898. Windows color (decimal): -5012789 or 13337267. OLE color: 13337267.

HSL color Cylindrical-coordinate representation of color #B382CB: hue angle of 280.27º 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 #B382CB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179130203-
CMYK0.120.3600.20
HSL280.27º41.24%65.29%-
HSV(B)280.27º35.96%79.61%-
XYZ37.3529.8660.29-
YUV152.97156.23146.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=34.96%
G=25.39%
B=39.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791302030.120.3600.20280.2741.2465.29
HexB382CBC240141182941
Octal263202313144402443051101
Binary10110011100000101100101111001001000101001000110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382CB; }

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

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

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

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

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

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

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

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