Shades of East Side #B67DCA
Tints of East Side #B67DCA
RGB
CMYK
RGB Variations
Color information
#B67DCA (or 0xB67DCA) is known color: East Side. HEX triplet: B6, 7D and CA. RGB value is (182,125,202). Sum of RGB (Red+Green+Blue) = 182+125+202=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B67DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DCA is #498235. Grayscale: #969696. Windows color (decimal): -4817462 or 13270454. OLE color: 13270454.
HSL color Cylindrical-coordinate representation of color #B67DCA: hue angle of 284.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67DCA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 125 | 202 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.21 |
| HSL | 284.42º | 0.42% | 0.64% | - |
| HSV(B) | 284.42º | 0.38% | 0.79% | - |
| XYZ | 37.29 | 28.88 | 59.49 | - |
| YUV | 150.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 202 | 0.10 | 0.38 | 0 | 0.21 | 284.42 | 0.42 | 0.64 |
| Hex | B6 | 7D | CA | A | 26 | 0 | 15 | 11C | 2A | 40 |
| Octal | 266 | 175 | 312 | 12 | 46 | 0 | 25 | 434 | 52 | 100 |
| Binary | 10110110 | 1111101 | 11001010 | 1010 | 100110 | 0 | 10101 | 100011100 | 101010 | 1000000 |
Color Harmonies of #B67DCA
Complementary color
Monochromatic Colors of #B67DCA
Black with #B67DCA
Text Example
Text Example
White with #B67DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67DCA; }
p { color: rgb(182,125,202); }
H1.HeaderClassName
{
color: #B67DCA;
}
.AnyTagClassName
{
color: #B67DCA;
}
</style>
background-color css
<style>
a { background-color: #B67DCA; }
a { background-color: rgb(182,125,202); }
div.DivClassName
{
background-color: #B67DCA;
}
.BgClassName
{
background-color: #B67DCA;
}
</style>
border-color css
<style>
span { border-color: #B67DCA; }
span { border-color: rgb(182,125,202); }
td.TdClassName
{
border-color: #B67DCA;
}
.TagClassName
{
border-color: #B67DCA;
}
</style>