Shades of Hopbush #BE68A1
Tints of Hopbush #BE68A1
RGB
CMYK
RGB Variations
Color information
#BE68A1 (or 0xBE68A1) is known color: Hopbush. HEX triplet: BE, 68 and A1. RGB value is (190,104,161). Sum of RGB (Red+Green+Blue) = 190+104+161=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68A1 is #41975E. Grayscale: #888888. Windows color (decimal): -4298591 or 10578110. OLE color: 10578110.
HSL color Cylindrical-coordinate representation of color #BE68A1: hue angle of 320.23º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68A1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 161 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.25 |
| HSL | 320.23º | 0.4% | 0.58% | - |
| HSV(B) | 320.23º | 0.45% | 0.75% | - |
| XYZ | 32.62 | 23.42 | 36.52 | - |
| YUV | 136.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 161 | 0 | 0.45 | 0.15 | 0.25 | 320.23 | 0.4 | 0.58 |
| Hex | BE | 68 | A1 | 0 | 2D | F | 19 | 140 | 28 | 3A |
| Octal | 276 | 150 | 241 | 0 | 55 | 17 | 31 | 500 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10100001 | 0 | 101101 | 1111 | 11001 | 101000000 | 101000 | 111010 |
Color Harmonies of #BE68A1
Complementary color
Monochromatic Colors of #BE68A1
Black with #BE68A1
Text Example
Text Example
White with #BE68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68A1; }
p { color: rgb(190,104,161); }
H1.HeaderClassName
{
color: #BE68A1;
}
.AnyTagClassName
{
color: #BE68A1;
}
</style>
background-color css
<style>
a { background-color: #BE68A1; }
a { background-color: rgb(190,104,161); }
div.DivClassName
{
background-color: #BE68A1;
}
.BgClassName
{
background-color: #BE68A1;
}
</style>
border-color css
<style>
span { border-color: #BE68A1; }
span { border-color: rgb(190,104,161); }
td.TdClassName
{
border-color: #BE68A1;
}
.TagClassName
{
border-color: #BE68A1;
}
</style>