#B382AF

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

Shades of London Hue #B382AF

Tints of London Hue #B382AF

Color information

#B382AF (or 0xB382AF) is unknown color: approx London Hue. HEX triplet: B3, 82 and AF. RGB value is (179,130,175). Sum of RGB (Red+Green+Blue) = 179+130+175=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B382AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382AF is #4C7D50. Grayscale: #959595. Windows color (decimal): -5012817 or 11502259. OLE color: 11502259.

HSL color Cylindrical-coordinate representation of color #B382AF: hue angle of 304.9º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B382AF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179130175-
CMYK00.270.020.30
HSL304.9º24.38%60.59%-
HSV(B)304.9º27.37%70.2%-
XYZ34.3128.6444.28-
YUV149.78142.23148.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=36.98%
G=26.86%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913017500.270.020.30304.924.3860.59
HexB382AF01B21E131183d
Octal2632022570332364613075
Binary101100111000001010101111011011101111010011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382AF; }

 p { color: rgb(179,130,175); }

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

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

 a { background-color: rgb(179,130,175); }

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

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

 span { border-color: rgb(179,130,175); }

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