Shades of Fuchsia #B438C1
Tints of Fuchsia #B438C1
RGB
CMYK
RGB Variations
Color information
#B438C1 (or 0xB438C1) is known color: Fuchsia. HEX triplet: B4, 38 and C1. RGB value is (180,56,193). Sum of RGB (Red+Green+Blue) = 180+56+193=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #B438C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438C1 is #4BC73E. Grayscale: #6C6C6C. Windows color (decimal): -4966207 or 12662964. OLE color: 12662964.
HSL color Cylindrical-coordinate representation of color #B438C1: hue angle of 294.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B438C1 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 56 | 193 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.24 |
| HSL | 294.31º | 0.55% | 0.49% | - |
| HSV(B) | 294.31º | 0.71% | 0.76% | - |
| XYZ | 29.86 | 16.38 | 52.04 | - |
| YUV | 108.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 193 | 0.07 | 0.71 | 0 | 0.24 | 294.31 | 0.55 | 0.49 |
| Hex | B4 | 38 | C1 | 7 | 47 | 0 | 18 | 126 | 37 | 31 |
| Octal | 264 | 70 | 301 | 7 | 107 | 0 | 30 | 446 | 67 | 61 |
| Binary | 10110100 | 111000 | 11000001 | 111 | 1000111 | 0 | 11000 | 100100110 | 110111 | 110001 |
Color Harmonies of #B438C1
Complementary color
Monochromatic Colors of #B438C1
Black with #B438C1
Text Example
Text Example
White with #B438C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438C1; }
p { color: rgb(180,56,193); }
H1.HeaderClassName
{
color: #B438C1;
}
.AnyTagClassName
{
color: #B438C1;
}
</style>
background-color css
<style>
a { background-color: #B438C1; }
a { background-color: rgb(180,56,193); }
div.DivClassName
{
background-color: #B438C1;
}
.BgClassName
{
background-color: #B438C1;
}
</style>
border-color css
<style>
span { border-color: #B438C1; }
span { border-color: rgb(180,56,193); }
td.TdClassName
{
border-color: #B438C1;
}
.TagClassName
{
border-color: #B438C1;
}
</style>