#B380CB

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

Shades of East Side #B380CB

Tints of East Side #B380CB

Color information

#B380CB (or 0xB380CB) is unknown color: approx East Side. HEX triplet: B3, 80 and CB. RGB value is (179,128,203). Sum of RGB (Red+Green+Blue) = 179+128+203=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #B380CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380CB is #4C7F34. Grayscale: #979797. Windows color (decimal): -5013301 or 13336755. OLE color: 13336755.

HSL color Cylindrical-coordinate representation of color #B380CB: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B380CB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179128203-
CMYK0.120.3700.20
HSL280.8º41.9%64.9%-
HSV(B)280.8º36.95%79.61%-
XYZ37.0929.3360.21-
YUV151.8156.9147.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=35.10%
G=25.10%
B=39.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791282030.120.3700.20280.841.964.9
HexB380CBC250141192a41
Octal263200313144502443152101
Binary10110011100000001100101111001001010101001000110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380CB; }

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

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

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

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

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

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

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

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