Shades of Wisteria #BB8CEB
Tints of Wisteria #BB8CEB
RGB
CMYK
RGB Variations
Color information
#BB8CEB (or 0xBB8CEB) is known color: Wisteria. HEX triplet: BB, 8C and EB. RGB value is (187,140,235). Sum of RGB (Red+Green+Blue) = 187+140+235=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CEB is #447314. Grayscale: #A4A4A4. Windows color (decimal): -4485909 or 15436987. OLE color: 15436987.
HSL color Cylindrical-coordinate representation of color #BB8CEB: hue angle of 269.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8CEB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 140 | 235 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.08 |
| HSL | 269.68º | 0.7% | 0.74% | - |
| HSV(B) | 269.68º | 0.4% | 0.92% | - |
| XYZ | 44.87 | 35.32 | 83.05 | - |
| YUV | 164.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 235 | 0.20 | 0.40 | 0 | 0.08 | 269.68 | 0.7 | 0.74 |
| Hex | BB | 8C | EB | 14 | 28 | 0 | 8 | 10E | 46 | 4A |
| Octal | 273 | 214 | 353 | 24 | 50 | 0 | 10 | 416 | 106 | 112 |
| Binary | 10111011 | 10001100 | 11101011 | 10100 | 101000 | 0 | 1000 | 100001110 | 1000110 | 1001010 |
Color Harmonies of #BB8CEB
Complementary color
Monochromatic Colors of #BB8CEB
Black with #BB8CEB
Text Example
Text Example
White with #BB8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CEB; }
p { color: rgb(187,140,235); }
H1.HeaderClassName
{
color: #BB8CEB;
}
.AnyTagClassName
{
color: #BB8CEB;
}
</style>
background-color css
<style>
a { background-color: #BB8CEB; }
a { background-color: rgb(187,140,235); }
div.DivClassName
{
background-color: #BB8CEB;
}
.BgClassName
{
background-color: #BB8CEB;
}
</style>
border-color css
<style>
span { border-color: #BB8CEB; }
span { border-color: rgb(187,140,235); }
td.TdClassName
{
border-color: #BB8CEB;
}
.TagClassName
{
border-color: #BB8CEB;
}
</style>