#B380BC

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

Shades of East Side #B380BC

Tints of East Side #B380BC

Color information

#B380BC (or 0xB380BC) is unknown color: approx East Side. HEX triplet: B3, 80 and BC. RGB value is (179,128,188). Sum of RGB (Red+Green+Blue) = 179+128+188=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #B380BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380BC is #4C7F43. Grayscale: #959595. Windows color (decimal): -5013316 or 12353715. OLE color: 12353715.

HSL color Cylindrical-coordinate representation of color #B380BC: hue angle of 291º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B380BC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179128188-
CMYK0.050.3200.26
HSL291º30.93%61.96%-
HSV(B)291º31.91%73.73%-
XYZ35.3928.6551.24-
YUV150.09149.4148.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=36.16%
G=25.86%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791281880.050.3200.2629130.9361.96
HexB380BC52001A1231f3e
Octal2632002745400324433776
Binary10110011100000001011110010110000001101010010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380BC; }

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

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

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

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

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

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

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

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