#B380D4

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

Shades of East Side #B380D4

Tints of East Side #B380D4

Color information

#B380D4 (or 0xB380D4) is unknown color: approx East Side. HEX triplet: B3, 80 and D4. RGB value is (179,128,212). Sum of RGB (Red+Green+Blue) = 179+128+212=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #B380D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380D4 is #4C7F2B. Grayscale: #989898. Windows color (decimal): -5013292 or 13926579. OLE color: 13926579.

HSL color Cylindrical-coordinate representation of color #B380D4: hue angle of 276.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B380D4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179128212-
CMYK0.160.4000.17
HSL276.43º49.41%66.67%-
HSV(B)276.43º39.62%83.14%-
XYZ38.1929.7866.02-
YUV152.82161.4146.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=34.49%
G=24.66%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791282120.160.4000.17276.4349.4166.67
HexB380D410280111143143
Octal263200324205002142461103
Binary101100111000000011010100100001010000100011000101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380D4; }

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

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

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

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

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

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

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

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