#B382B9

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

Shades of East Side #B382B9

Tints of East Side #B382B9

Color information

#B382B9 (or 0xB382B9) is unknown color: approx East Side. HEX triplet: B3, 82 and B9. RGB value is (179,130,185). Sum of RGB (Red+Green+Blue) = 179+130+185=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #B382B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B9 is #4C7D46. Grayscale: #969696. Windows color (decimal): -5012807 or 12157619. OLE color: 12157619.

HSL color Cylindrical-coordinate representation of color #B382B9: hue angle of 293.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B382B9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179130185-
CMYK0.030.3000.27
HSL293.45º28.21%61.76%-
HSV(B)293.45º29.73%72.55%-
XYZ35.3329.0549.64-
YUV150.92147.23148.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=36.23%
G=26.32%
B=37.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791301850.030.3000.27293.4528.2161.76
HexB382B931E01B1251c3e
Octal2632022713360334453476
Binary101100111000001010111001111111001101110010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382B9; }

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

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

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

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

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

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

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

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