Shades of Fuchsia #BE67C2
Tints of Fuchsia #BE67C2
RGB
CMYK
RGB Variations
Color information
#BE67C2 (or 0xBE67C2) is known color: Fuchsia. HEX triplet: BE, 67 and C2. RGB value is (190,103,194). Sum of RGB (Red+Green+Blue) = 190+103+194=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67C2 is #41983D. Grayscale: #8B8B8B. Windows color (decimal): -4298814 or 12740542. OLE color: 12740542.
HSL color Cylindrical-coordinate representation of color #BE67C2: hue angle of 297.36º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE67C2 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 103 | 194 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.24 |
| HSL | 297.36º | 0.43% | 0.58% | - |
| HSV(B) | 297.36º | 0.47% | 0.76% | - |
| XYZ | 35.82 | 24.54 | 53.89 | - |
| YUV | 139.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 194 | 0.02 | 0.47 | 0 | 0.24 | 297.36 | 0.43 | 0.58 |
| Hex | BE | 67 | C2 | 2 | 2F | 0 | 18 | 129 | 2B | 3A |
| Octal | 276 | 147 | 302 | 2 | 57 | 0 | 30 | 451 | 53 | 72 |
| Binary | 10111110 | 1100111 | 11000010 | 10 | 101111 | 0 | 11000 | 100101001 | 101011 | 111010 |
Color Harmonies of #BE67C2
Complementary color
Monochromatic Colors of #BE67C2
Black with #BE67C2
Text Example
Text Example
White with #BE67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE67C2; }
p { color: rgb(190,103,194); }
H1.HeaderClassName
{
color: #BE67C2;
}
.AnyTagClassName
{
color: #BE67C2;
}
</style>
background-color css
<style>
a { background-color: #BE67C2; }
a { background-color: rgb(190,103,194); }
div.DivClassName
{
background-color: #BE67C2;
}
.BgClassName
{
background-color: #BE67C2;
}
</style>
border-color css
<style>
span { border-color: #BE67C2; }
span { border-color: rgb(190,103,194); }
td.TdClassName
{
border-color: #BE67C2;
}
.TagClassName
{
border-color: #BE67C2;
}
</style>