#B382C1

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

Shades of East Side #B382C1

Tints of East Side #B382C1

Color information

#B382C1 (or 0xB382C1) is unknown color: approx East Side. HEX triplet: B3, 82 and C1. RGB value is (179,130,193). Sum of RGB (Red+Green+Blue) = 179+130+193=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B382C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382C1 is #4C7D3E. Grayscale: #979797. Windows color (decimal): -5012799 or 12681907. OLE color: 12681907.

HSL color Cylindrical-coordinate representation of color #B382C1: hue angle of 286.67º 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 #B382C1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179130193-
CMYK0.070.3300.24
HSL286.67º33.69%63.33%-
HSV(B)286.67º32.64%75.69%-
XYZ36.229.454.22-
YUV151.83151.23147.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=35.66%
G=25.90%
B=38.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791301930.070.3300.24286.6733.6963.33
HexB382C172101811f223f
Octal2632023017410304374277
Binary101100111000001011000001111100001011000100011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382C1; }

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

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

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

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

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

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

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

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