#B478AF

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

Shades of London Hue #B478AF

Tints of London Hue #B478AF

Color information

#B478AF (or 0xB478AF) is unknown color: approx London Hue. HEX triplet: B4, 78 and AF. RGB value is (180,120,175). Sum of RGB (Red+Green+Blue) = 180+120+175=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AF is #4B8750. Grayscale: #909090. Windows color (decimal): -4949841 or 11499700. OLE color: 11499700.

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

Color convert

RGB180120175-
CMYK00.330.030.29
HSL305º28.57%58.82%-
HSV(B)305º33.33%70.59%-
XYZ33.2826.2343.87-
YUV144.21145.38153.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=37.89%
G=25.26%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012017500.330.030.2930528.5758.82
HexB478AF02131D1311d3b
Octal2641702570413354613573
Binary101101001111000101011110100001111110110011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478AF; }

 p { color: rgb(180,120,175); }

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

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

 a { background-color: rgb(180,120,175); }

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

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

 span { border-color: rgb(180,120,175); }

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