Shades of Fuchsia #BD74BE
Tints of Fuchsia #BD74BE
RGB
CMYK
RGB Variations
Color information
#BD74BE (or 0xBD74BE) is known color: Fuchsia. HEX triplet: BD, 74 and BE. RGB value is (189,116,190). Sum of RGB (Red+Green+Blue) = 189+116+190=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74BE is #428B41. Grayscale: #929292. Windows color (decimal): -4361026 or 12481725. OLE color: 12481725.
HSL color Cylindrical-coordinate representation of color #BD74BE: hue angle of 299.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD74BE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 116 | 190 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.25 |
| HSL | 299.19º | 0.36% | 0.6% | - |
| HSV(B) | 299.19º | 0.39% | 0.75% | - |
| XYZ | 36.53 | 27.03 | 52.01 | - |
| YUV | 146.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 190 | 0.01 | 0.39 | 0 | 0.25 | 299.19 | 0.36 | 0.6 |
| Hex | BD | 74 | BE | 1 | 27 | 0 | 19 | 12B | 24 | 3C |
| Octal | 275 | 164 | 276 | 1 | 47 | 0 | 31 | 453 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10111110 | 1 | 100111 | 0 | 11001 | 100101011 | 100100 | 111100 |
Color Harmonies of #BD74BE
Complementary color
Monochromatic Colors of #BD74BE
Black with #BD74BE
Text Example
Text Example
White with #BD74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74BE; }
p { color: rgb(189,116,190); }
H1.HeaderClassName
{
color: #BD74BE;
}
.AnyTagClassName
{
color: #BD74BE;
}
</style>
background-color css
<style>
a { background-color: #BD74BE; }
a { background-color: rgb(189,116,190); }
div.DivClassName
{
background-color: #BD74BE;
}
.BgClassName
{
background-color: #BD74BE;
}
</style>
border-color css
<style>
span { border-color: #BD74BE; }
span { border-color: rgb(189,116,190); }
td.TdClassName
{
border-color: #BD74BE;
}
.TagClassName
{
border-color: #BD74BE;
}
</style>