#B380AD

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

Shades of London Hue #B380AD

Tints of London Hue #B380AD

Color information

#B380AD (or 0xB380AD) is unknown color: approx London Hue. HEX triplet: B3, 80 and AD. RGB value is (179,128,173). Sum of RGB (Red+Green+Blue) = 179+128+173=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B380AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B380AD is #4C7F52. Grayscale: #949494. Windows color (decimal): -5013331 or 11370675. OLE color: 11370675.

HSL color Cylindrical-coordinate representation of color #B380AD: hue angle of 307.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B380AD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179128173-
CMYK00.280.030.30
HSL307.06º25.12%60.2%-
HSV(B)307.06º28.49%70.2%-
XYZ33.8528.0443.16-
YUV148.38141.9149.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=37.29%
G=26.67%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912817300.280.030.30307.0625.1260.2
HexB380AD01C31E133193c
Octal2632002550343364633174
Binary101100111000000010101101011100111111010011001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380AD; }

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

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

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

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

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

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

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

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