Shades of East Side #B68FCA
Tints of East Side #B68FCA
RGB
CMYK
RGB Variations
Color information
#B68FCA (or 0xB68FCA) is known color: East Side. HEX triplet: B6, 8F and CA. RGB value is (182,143,202). Sum of RGB (Red+Green+Blue) = 182+143+202=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B68FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FCA is #497035. Grayscale: #A1A1A1. Windows color (decimal): -4812854 or 13275062. OLE color: 13275062.
HSL color Cylindrical-coordinate representation of color #B68FCA: hue angle of 279.66º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68FCA is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 143 | 202 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.21 |
| HSL | 279.66º | 0.36% | 0.68% | - |
| HSV(B) | 279.66º | 0.29% | 0.79% | - |
| XYZ | 39.77 | 33.85 | 60.32 | - |
| YUV | 161.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 202 | 0.10 | 0.29 | 0 | 0.21 | 279.66 | 0.36 | 0.68 |
| Hex | B6 | 8F | CA | A | 1D | 0 | 15 | 118 | 24 | 44 |
| Octal | 266 | 217 | 312 | 12 | 35 | 0 | 25 | 430 | 44 | 104 |
| Binary | 10110110 | 10001111 | 11001010 | 1010 | 11101 | 0 | 10101 | 100011000 | 100100 | 1000100 |
Color Harmonies of #B68FCA
Complementary color
Monochromatic Colors of #B68FCA
Black with #B68FCA
Text Example
Text Example
White with #B68FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FCA; }
p { color: rgb(182,143,202); }
H1.HeaderClassName
{
color: #B68FCA;
}
.AnyTagClassName
{
color: #B68FCA;
}
</style>
background-color css
<style>
a { background-color: #B68FCA; }
a { background-color: rgb(182,143,202); }
div.DivClassName
{
background-color: #B68FCA;
}
.BgClassName
{
background-color: #B68FCA;
}
</style>
border-color css
<style>
span { border-color: #B68FCA; }
span { border-color: rgb(182,143,202); }
td.TdClassName
{
border-color: #B68FCA;
}
.TagClassName
{
border-color: #B68FCA;
}
</style>