#B675B4

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

Shades of London Hue #B675B4

Tints of London Hue #B675B4

Color information

#B675B4 (or 0xB675B4) is unknown color: approx London Hue. HEX triplet: B6, 75 and B4. RGB value is (182,117,180). Sum of RGB (Red+Green+Blue) = 182+117+180=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B675B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675B4 is #498A4B. Grayscale: #8F8F8F. Windows color (decimal): -4819532 or 11826614. OLE color: 11826614.

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

Color convert

RGB182117180-
CMYK00.360.010.29
HSL301.85º30.81%58.63%-
HSV(B)301.85º35.71%71.37%-
XYZ33.8925.9646.41-
YUV143.62148.53155.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=38.00%
G=24.43%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211718000.360.010.29301.8530.8158.63
HexB675B402411D12e1f3b
Octal2661652640441354563773
Binary10110110111010110110100010010011110110010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675B4; }

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

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

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

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

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

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

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

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