#B493B3

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

Shades of London Hue #B493B3

Tints of London Hue #B493B3

Color information

#B493B3 (or 0xB493B3) is unknown color: approx London Hue. HEX triplet: B4, 93 and B3. RGB value is (180,147,179). Sum of RGB (Red+Green+Blue) = 180+147+179=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B493B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493B3 is #4B6C4C. Grayscale: #A0A0A0. Windows color (decimal): -4942925 or 11768756. OLE color: 11768756.

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

Color convert

RGB180147179-
CMYK00.180.010.29
HSL301.82º18.03%64.12%-
HSV(B)301.82º18.33%70.59%-
XYZ37.3933.8347.21-
YUV160.52138.43141.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=35.57%
G=29.05%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014717900.180.010.29301.8218.0364.12
HexB493B301211D12e1240
Octal26422326302213545622100
Binary101101001001001110110011010010111101100101110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493B3; }

 p { color: rgb(180,147,179); }

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

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

 a { background-color: rgb(180,147,179); }

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

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

 span { border-color: rgb(180,147,179); }

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