#B275B4

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

Shades of London Hue #B275B4

Tints of London Hue #B275B4

Color information

#B275B4 (or 0xB275B4) is unknown color: approx London Hue. HEX triplet: B2, 75 and B4. RGB value is (178,117,180). Sum of RGB (Red+Green+Blue) = 178+117+180=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #B275B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275B4 is #4D8A4B. Grayscale: #8E8E8E. Windows color (decimal): -5081676 or 11826610. OLE color: 11826610.

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

Color convert

RGB178117180-
CMYK0.010.3500.29
HSL298.1º29.58%58.24%-
HSV(B)298.1º35%70.59%-
XYZ32.9625.4846.36-
YUV142.42149.21153.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=37.47%
G=24.63%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781171800.010.3500.29298.129.5858.24
HexB275B412301D12a1e3a
Octal2621652641430354523672
Binary10110010111010110110100110001101110110010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275B4; }

 p { color: rgb(178,117,180); }

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

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

 a { background-color: rgb(178,117,180); }

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

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

 span { border-color: rgb(178,117,180); }

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