#B380B4

Color #B380B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B380B4

Tints of London Hue #B380B4

Color information

#B380B4 (or 0xB380B4) is unknown color: approx London Hue. HEX triplet: B3, 80 and B4. RGB value is (179,128,180). Sum of RGB (Red+Green+Blue) = 179+128+180=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #B380B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380B4 is #4C7F4B. Grayscale: #959595. Windows color (decimal): -5013324 or 11829427. OLE color: 11829427.

HSL color Cylindrical-coordinate representation of color #B380B4: hue angle of 298.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B380B4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179128180-
CMYK0.010.2900.29
HSL298.85º25.74%60.39%-
HSV(B)298.85º28.89%70.59%-
XYZ34.5528.3246.82-
YUV149.18145.4149.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=36.76%
G=26.28%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791281800.010.2900.29298.8525.7460.39
HexB380B411D01D12b1a3c
Octal2632002641350354533274
Binary10110011100000001011010011110101110110010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380B4; }

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

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

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

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

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

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

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

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