#B283B3

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

Shades of London Hue #B283B3

Tints of London Hue #B283B3

Color information

#B283B3 (or 0xB283B3) is unknown color: approx London Hue. HEX triplet: B2, 83 and B3. RGB value is (178,131,179). Sum of RGB (Red+Green+Blue) = 178+131+179=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #B283B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283B3 is #4D7C4C. Grayscale: #969696. Windows color (decimal): -5078093 or 11764658. OLE color: 11764658.

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

Color convert

RGB178131179-
CMYK0.010.2700.30
HSL298.75º24%60.78%-
HSV(B)298.75º26.82%70.2%-
XYZ34.6128.9546.41-
YUV150.52144.07147.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=36.48%
G=26.84%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781311790.010.2700.30298.752460.78
HexB283B311B01E12b183d
Octal2622032631330364533075
Binary10110010100000111011001111101101111010010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283B3; }

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

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

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

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

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

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

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

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