#B283B6

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

Shades of London Hue #B283B6

Tints of London Hue #B283B6

Color information

#B283B6 (or 0xB283B6) is unknown color: approx London Hue. HEX triplet: B2, 83 and B6. RGB value is (178,131,182). Sum of RGB (Red+Green+Blue) = 178+131+182=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #B283B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283B6 is #4D7C49. Grayscale: #969696. Windows color (decimal): -5078090 or 11961266. OLE color: 11961266.

HSL color Cylindrical-coordinate representation of color #B283B6: hue angle of 295.29º degrees, saturation: 0.26, 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 #B283B6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178131182-
CMYK0.020.2800.29
HSL295.29º25.89%61.37%-
HSV(B)295.29º28.02%71.37%-
XYZ34.9229.0748.03-
YUV150.87145.57147.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=36.25%
G=26.68%
B=37.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781311820.020.2800.29295.2925.8961.37
HexB283B621C01D1271a3d
Octal2622032662340354473275
Binary101100101000001110110110101110001110110010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283B6; }

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

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

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

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

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

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

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

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