#B68FB4

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

Shades of London Hue #B68FB4

Tints of London Hue #B68FB4

Color information

#B68FB4 (or 0xB68FB4) is unknown color: approx London Hue. HEX triplet: B6, 8F and B4. RGB value is (182,143,180). Sum of RGB (Red+Green+Blue) = 182+143+180=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FB4 is #49704B. Grayscale: #9E9E9E. Windows color (decimal): -4812876 or 11833270. OLE color: 11833270.

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

Color convert

RGB182143180-
CMYK00.210.010.29
HSL303.08º21.08%63.73%-
HSV(B)303.08º21.43%71.37%-
XYZ37.3532.8947.56-
YUV158.88139.92144.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=36.04%
G=28.32%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214318000.210.010.29303.0821.0863.73
HexB68FB401511D12f1540
Octal26621726402513545725100
Binary101101101000111110110100010101111101100101111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FB4; }

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

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

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

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

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

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

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

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