#B283B4

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

Shades of London Hue #B283B4

Tints of London Hue #B283B4

Color information

#B283B4 (or 0xB283B4) is unknown color: approx London Hue. HEX triplet: B2, 83 and B4. RGB value is (178,131,180). Sum of RGB (Red+Green+Blue) = 178+131+180=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #B283B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283B4 is #4D7C4B. Grayscale: #969696. Windows color (decimal): -5078092 or 11830194. OLE color: 11830194.

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

Color convert

RGB178131180-
CMYK0.010.2700.29
HSL297.55º24.62%60.98%-
HSV(B)297.55º27.22%70.59%-
XYZ34.7128.9946.95-
YUV150.64144.57147.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=36.40%
G=26.79%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781311800.010.2700.29297.5524.6260.98
HexB283B411B01D12a193d
Octal2622032641330354523175
Binary10110010100000111011010011101101110110010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283B4; }

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

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

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

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

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

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

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

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