Shades of Perfume #BD8FF6
Tints of Perfume #BD8FF6
RGB
CMYK
RGB Variations
Color information
#BD8FF6 (or 0xBD8FF6) is known color: Perfume. HEX triplet: BD, 8F and F6. RGB value is (189,143,246). Sum of RGB (Red+Green+Blue) = 189+143+246=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD8FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FF6 is #427009. Grayscale: #A8A8A8. Windows color (decimal): -4354058 or 16158653. OLE color: 16158653.
HSL color Cylindrical-coordinate representation of color #BD8FF6: hue angle of 266.8º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8FF6 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 143 | 246 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.04 |
| HSL | 266.8º | 0.85% | 0.76% | - |
| HSV(B) | 266.8º | 0.42% | 0.96% | - |
| XYZ | 47.44 | 37.12 | 91.85 | - |
| YUV | 168.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 246 | 0.23 | 0.42 | 0 | 0.04 | 266.8 | 0.85 | 0.76 |
| Hex | BD | 8F | F6 | 17 | 2A | 0 | 4 | 10B | 55 | 4C |
| Octal | 275 | 217 | 366 | 27 | 52 | 0 | 4 | 413 | 125 | 114 |
| Binary | 10111101 | 10001111 | 11110110 | 10111 | 101010 | 0 | 100 | 100001011 | 1010101 | 1001100 |
Color Harmonies of #BD8FF6
Complementary color
Monochromatic Colors of #BD8FF6
Black with #BD8FF6
Text Example
Text Example
White with #BD8FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FF6; }
p { color: rgb(189,143,246); }
H1.HeaderClassName
{
color: #BD8FF6;
}
.AnyTagClassName
{
color: #BD8FF6;
}
</style>
background-color css
<style>
a { background-color: #BD8FF6; }
a { background-color: rgb(189,143,246); }
div.DivClassName
{
background-color: #BD8FF6;
}
.BgClassName
{
background-color: #BD8FF6;
}
</style>
border-color css
<style>
span { border-color: #BD8FF6; }
span { border-color: rgb(189,143,246); }
td.TdClassName
{
border-color: #BD8FF6;
}
.TagClassName
{
border-color: #BD8FF6;
}
</style>