#B375AD

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

Shades of London Hue #B375AD

Tints of London Hue #B375AD

Color information

#B375AD (or 0xB375AD) is unknown color: approx London Hue. HEX triplet: B3, 75 and AD. RGB value is (179,117,173). Sum of RGB (Red+Green+Blue) = 179+117+173=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B375AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375AD is #4C8A52. Grayscale: #8D8D8D. Windows color (decimal): -5016147 or 11367859. OLE color: 11367859.

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

Color convert

RGB179117173-
CMYK00.350.030.30
HSL305.81º28.97%58.04%-
HSV(B)305.81º34.64%70.2%-
XYZ32.4925.3242.71-
YUV141.92145.54154.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=38.17%
G=24.95%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911717300.350.030.30305.8128.9758.04
HexB375AD02331E1321d3a
Octal2631652550433364623572
Binary101100111110101101011010100011111111010011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375AD; }

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

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

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

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

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

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

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

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