Shades of London Hue #B383B4
Tints of London Hue #B383B4
RGB
CMYK
RGB Variations
Color information
#B383B4 (or 0xB383B4) is known color: London Hue. HEX triplet: B3, 83 and B4. RGB value is (179,131,180). Sum of RGB (Red+Green+Blue) = 179+131+180=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #B383B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383B4 is #4C7C4B. Grayscale: #969696. Windows color (decimal): -5012556 or 11830195. OLE color: 11830195.
HSL color Cylindrical-coordinate representation of color #B383B4: hue angle of 298.78º 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 #B383B4 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 131 | 180 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.29 |
| HSL | 298.78º | 0.25% | 0.61% | - |
| HSV(B) | 298.78º | 0.27% | 0.71% | - |
| XYZ | 34.94 | 29.11 | 46.96 | - |
| YUV | 150.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 180 | 0.01 | 0.27 | 0 | 0.29 | 298.78 | 0.25 | 0.61 |
| Hex | B3 | 83 | B4 | 1 | 1B | 0 | 1D | 12B | 19 | 3D |
| Octal | 263 | 203 | 264 | 1 | 33 | 0 | 35 | 453 | 31 | 75 |
| Binary | 10110011 | 10000011 | 10110100 | 1 | 11011 | 0 | 11101 | 100101011 | 11001 | 111101 |
Color Harmonies of #B383B4
Complementary color
Monochromatic Colors of #B383B4
Black with #B383B4
Text Example
Text Example
White with #B383B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383B4; }
p { color: rgb(179,131,180); }
H1.HeaderClassName
{
color: #B383B4;
}
.AnyTagClassName
{
color: #B383B4;
}
</style>
background-color css
<style>
a { background-color: #B383B4; }
a { background-color: rgb(179,131,180); }
div.DivClassName
{
background-color: #B383B4;
}
.BgClassName
{
background-color: #B383B4;
}
</style>
border-color css
<style>
span { border-color: #B383B4; }
span { border-color: rgb(179,131,180); }
td.TdClassName
{
border-color: #B383B4;
}
.TagClassName
{
border-color: #B383B4;
}
</style>