#B380D0

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

Shades of East Side #B380D0

Tints of East Side #B380D0

Color information

#B380D0 (or 0xB380D0) is unknown color: approx East Side. HEX triplet: B3, 80 and D0. RGB value is (179,128,208). Sum of RGB (Red+Green+Blue) = 179+128+208=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #B380D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380D0 is #4C7F2F. Grayscale: #989898. Windows color (decimal): -5013296 or 13664435. OLE color: 13664435.

HSL color Cylindrical-coordinate representation of color #B380D0: hue angle of 278.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B380D0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179128208-
CMYK0.140.3800.18
HSL278.25º45.98%65.88%-
HSV(B)278.25º38.46%81.57%-
XYZ37.6929.5863.4-
YUV152.37159.4147-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=34.76%
G=24.85%
B=40.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791282080.140.3800.18278.2545.9865.88
HexB380D0E260121162e42
Octal263200320164602242656102
Binary10110011100000001101000011101001100100101000101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380D0; }

 p { color: rgb(179,128,208); }

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

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

 a { background-color: rgb(179,128,208); }

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

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

 span { border-color: rgb(179,128,208); }

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