Shades of Perfume #BD90FF
Tints of Perfume #BD90FF
RGB
CMYK
RGB Variations
Color information
#BD90FF (or 0xBD90FF) is known color: Perfume. HEX triplet: BD, 90 and FF. RGB value is (189,144,255). Sum of RGB (Red+Green+Blue) = 189+144+255=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90FF is #426F00. Grayscale: #A9A9A9. Windows color (decimal): -4353793 or 16748733. OLE color: 16748733.
HSL color Cylindrical-coordinate representation of color #BD90FF: hue angle of 264.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD90FF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 144 | 255 | - |
| CMYK | 0.26 | 0.44 | 0 | 0 |
| HSL | 264.32º | 1% | 0.78% | - |
| HSV(B) | 264.32º | 0.44% | 1% | - |
| XYZ | 49.01 | 37.99 | 99.36 | - |
| YUV | 170.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 255 | 0.26 | 0.44 | 0 | 0 | 264.32 | 1 | 0.78 |
| Hex | BD | 90 | FF | 1A | 2C | 0 | 0 | 108 | 64 | 4E |
| Octal | 275 | 220 | 377 | 32 | 54 | 0 | 0 | 410 | 144 | 116 |
| Binary | 10111101 | 10010000 | 11111111 | 11010 | 101100 | 0 | 0 | 100001000 | 1100100 | 1001110 |
Color Harmonies of #BD90FF
Complementary color
Monochromatic Colors of #BD90FF
Black with #BD90FF
Text Example
Text Example
White with #BD90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90FF; }
p { color: rgb(189,144,255); }
H1.HeaderClassName
{
color: #BD90FF;
}
.AnyTagClassName
{
color: #BD90FF;
}
</style>
background-color css
<style>
a { background-color: #BD90FF; }
a { background-color: rgb(189,144,255); }
div.DivClassName
{
background-color: #BD90FF;
}
.BgClassName
{
background-color: #BD90FF;
}
</style>
border-color css
<style>
span { border-color: #BD90FF; }
span { border-color: rgb(189,144,255); }
td.TdClassName
{
border-color: #BD90FF;
}
.TagClassName
{
border-color: #BD90FF;
}
</style>