#B282AA

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

Shades of London Hue #B282AA

Tints of London Hue #B282AA

Color information

#B282AA (or 0xB282AA) is unknown color: approx London Hue. HEX triplet: B2, 82 and AA. RGB value is (178,130,170). Sum of RGB (Red+Green+Blue) = 178+130+170=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B282AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B282AA is #4D7D55. Grayscale: #949494. Windows color (decimal): -5078358 or 11174578. OLE color: 11174578.

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

Color convert

RGB178130170-
CMYK00.270.040.30
HSL310º23.76%60.39%-
HSV(B)310º26.97%69.8%-
XYZ33.628.3341.73-
YUV148.91139.9148.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=37.24%
G=27.20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813017000.270.040.3031023.7660.39
HexB282AA01B41E136183c
Octal2622022520334364663074
Binary1011001010000010101010100110111001111010011011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B282AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B282AA; }

 p { color: rgb(178,130,170); }

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

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

 a { background-color: rgb(178,130,170); }

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

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

 span { border-color: rgb(178,130,170); }

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