Shades of Heliotrope #BD75FB
Tints of Heliotrope #BD75FB
RGB
CMYK
RGB Variations
Color information
#BD75FB (or 0xBD75FB) is known color: Heliotrope. HEX triplet: BD, 75 and FB. RGB value is (189,117,251). Sum of RGB (Red+Green+Blue) = 189+117+251=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75FB is #428A04. Grayscale: #999999. Windows color (decimal): -4360709 or 16479677. OLE color: 16479677.
HSL color Cylindrical-coordinate representation of color #BD75FB: hue angle of 272.24º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD75FB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 117 | 251 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.02 |
| HSL | 272.24º | 0.94% | 0.72% | - |
| HSV(B) | 272.24º | 0.53% | 0.98% | - |
| XYZ | 44.76 | 30.51 | 94.8 | - |
| YUV | 153.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 251 | 0.25 | 0.53 | 0 | 0.02 | 272.24 | 0.94 | 0.72 |
| Hex | BD | 75 | FB | 19 | 35 | 0 | 2 | 110 | 5E | 48 |
| Octal | 275 | 165 | 373 | 31 | 65 | 0 | 2 | 420 | 136 | 110 |
| Binary | 10111101 | 1110101 | 11111011 | 11001 | 110101 | 0 | 10 | 100010000 | 1011110 | 1001000 |
Color Harmonies of #BD75FB
Complementary color
Monochromatic Colors of #BD75FB
Black with #BD75FB
Text Example
Text Example
White with #BD75FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75FB; }
p { color: rgb(189,117,251); }
H1.HeaderClassName
{
color: #BD75FB;
}
.AnyTagClassName
{
color: #BD75FB;
}
</style>
background-color css
<style>
a { background-color: #BD75FB; }
a { background-color: rgb(189,117,251); }
div.DivClassName
{
background-color: #BD75FB;
}
.BgClassName
{
background-color: #BD75FB;
}
</style>
border-color css
<style>
span { border-color: #BD75FB; }
span { border-color: rgb(189,117,251); }
td.TdClassName
{
border-color: #BD75FB;
}
.TagClassName
{
border-color: #BD75FB;
}
</style>