#B281B4

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

Shades of London Hue #B281B4

Tints of London Hue #B281B4

Color information

#B281B4 (or 0xB281B4) is unknown color: approx London Hue. HEX triplet: B2, 81 and B4. RGB value is (178,129,180). Sum of RGB (Red+Green+Blue) = 178+129+180=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #B281B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281B4 is #4D7E4B. Grayscale: #959595. Windows color (decimal): -5078604 or 11829682. OLE color: 11829682.

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

Color convert

RGB178129180-
CMYK0.010.2800.29
HSL297.65º25.37%60.59%-
HSV(B)297.65º28.33%70.59%-
XYZ34.4528.4646.86-
YUV149.46145.23148.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=36.55%
G=26.49%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781291800.010.2800.29297.6525.3760.59
HexB281B411C01D12a193d
Octal2622012641340354523175
Binary10110010100000011011010011110001110110010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281B4; }

 p { color: rgb(178,129,180); }

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

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

 a { background-color: rgb(178,129,180); }

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

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

 span { border-color: rgb(178,129,180); }

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