Shades of Fuchsia #BB69C1
Tints of Fuchsia #BB69C1
RGB
CMYK
RGB Variations
Color information
#BB69C1 (or 0xBB69C1) is known color: Fuchsia. HEX triplet: BB, 69 and C1. RGB value is (187,105,193). Sum of RGB (Red+Green+Blue) = 187+105+193=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69C1 is #44963E. Grayscale: #8B8B8B. Windows color (decimal): -4494911 or 12675515. OLE color: 12675515.
HSL color Cylindrical-coordinate representation of color #BB69C1: hue angle of 295.91º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB69C1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 105 | 193 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.24 |
| HSL | 295.91º | 0.42% | 0.58% | - |
| HSV(B) | 295.91º | 0.46% | 0.76% | - |
| XYZ | 35.17 | 24.52 | 53.33 | - |
| YUV | 139.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 193 | 0.03 | 0.46 | 0 | 0.24 | 295.91 | 0.42 | 0.58 |
| Hex | BB | 69 | C1 | 3 | 2E | 0 | 18 | 128 | 2A | 3A |
| Octal | 273 | 151 | 301 | 3 | 56 | 0 | 30 | 450 | 52 | 72 |
| Binary | 10111011 | 1101001 | 11000001 | 11 | 101110 | 0 | 11000 | 100101000 | 101010 | 111010 |
Color Harmonies of #BB69C1
Complementary color
Monochromatic Colors of #BB69C1
Black with #BB69C1
Text Example
Text Example
White with #BB69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69C1; }
p { color: rgb(187,105,193); }
H1.HeaderClassName
{
color: #BB69C1;
}
.AnyTagClassName
{
color: #BB69C1;
}
</style>
background-color css
<style>
a { background-color: #BB69C1; }
a { background-color: rgb(187,105,193); }
div.DivClassName
{
background-color: #BB69C1;
}
.BgClassName
{
background-color: #BB69C1;
}
</style>
border-color css
<style>
span { border-color: #BB69C1; }
span { border-color: rgb(187,105,193); }
td.TdClassName
{
border-color: #BB69C1;
}
.TagClassName
{
border-color: #BB69C1;
}
</style>