#B381C1

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

Shades of East Side #B381C1

Tints of East Side #B381C1

Color information

#B381C1 (or 0xB381C1) is unknown color: approx East Side. HEX triplet: B3, 81 and C1. RGB value is (179,129,193). Sum of RGB (Red+Green+Blue) = 179+129+193=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #B381C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381C1 is #4C7E3E. Grayscale: #979797. Windows color (decimal): -5013055 or 12681651. OLE color: 12681651.

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

Color convert

RGB179129193-
CMYK0.070.3300.24
HSL286.88º34.04%63.14%-
HSV(B)286.88º33.16%75.69%-
XYZ36.0729.1354.17-
YUV151.25151.56147.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=35.73%
G=25.75%
B=38.52%

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
Decimal1791291930.070.3300.24286.8834.0463.14
HexB381C172101811f223f
Octal2632013017410304374277
Binary101100111000000111000001111100001011000100011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381C1; }

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

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

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

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

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

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

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

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