#b283ab

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

Shades of London Hue #B283AB

Tints of London Hue #B283AB

Color information

#B283AB (or 0xB283AB) is unknown color: approx London Hue. HEX triplet: B2, 83 and AB. RGB value is (178,131,171). Sum of RGB (Red+Green+Blue) = 178+131+171=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B283AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283AB is #4D7C54. Grayscale: #959595. Windows color (decimal): -5078101 or 11240370. OLE color: 11240370.

HSL color Cylindrical-coordinate representation of color #B283AB: hue angle of 308.94º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B283AB is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178131171-
CMYK00.260.040.30
HSL308.94º23.38%60.59%-
HSV(B)308.94º26.4%69.8%-
XYZ33.8328.6442.27-
YUV149.61140.07148.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=37.08%
G=27.29%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813117100.260.040.30308.9423.3860.59
HexB283AB01A41E135173d
Octal2622032530324364652775
Binary1011001010000011101010110110101001111010011010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b283ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b283ab; }

 p { color: rgb(178,131,171); }

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

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

 a { background-color: rgb(178,131,171); }

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

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

 span { border-color: rgb(178,131,171); }

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