Shades of Fuchsia #BD27B7
Tints of Fuchsia #BD27B7
RGB
CMYK
RGB Variations
Color information
#BD27B7 (or 0xBD27B7) is known color: Fuchsia. HEX triplet: BD, 27 and B7. RGB value is (189,39,183). Sum of RGB (Red+Green+Blue) = 189+39+183=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27B7 is #42D848. Grayscale: #636363. Windows color (decimal): -4380745 or 12003261. OLE color: 12003261.
HSL color Cylindrical-coordinate representation of color #BD27B7: hue angle of 302.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27B7 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 183 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.26 |
| HSL | 302.4º | 0.66% | 0.45% | - |
| HSV(B) | 302.4º | 0.79% | 0.74% | - |
| XYZ | 30.26 | 15.69 | 46.23 | - |
| YUV | 100.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 183 | 0 | 0.79 | 0.03 | 0.26 | 302.4 | 0.66 | 0.45 |
| Hex | BD | 27 | B7 | 0 | 4F | 3 | 1A | 12E | 42 | 2D |
| Octal | 275 | 47 | 267 | 0 | 117 | 3 | 32 | 456 | 102 | 55 |
| Binary | 10111101 | 100111 | 10110111 | 0 | 1001111 | 11 | 11010 | 100101110 | 1000010 | 101101 |
Color Harmonies of #BD27B7
Complementary color
Monochromatic Colors of #BD27B7
Black with #BD27B7
Text Example
Text Example
White with #BD27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27B7; }
p { color: rgb(189,39,183); }
H1.HeaderClassName
{
color: #BD27B7;
}
.AnyTagClassName
{
color: #BD27B7;
}
</style>
background-color css
<style>
a { background-color: #BD27B7; }
a { background-color: rgb(189,39,183); }
div.DivClassName
{
background-color: #BD27B7;
}
.BgClassName
{
background-color: #BD27B7;
}
</style>
border-color css
<style>
span { border-color: #BD27B7; }
span { border-color: rgb(189,39,183); }
td.TdClassName
{
border-color: #BD27B7;
}
.TagClassName
{
border-color: #BD27B7;
}
</style>