Shades of Fuchsia #BB69C4
Tints of Fuchsia #BB69C4
RGB
CMYK
RGB Variations
Color information
#BB69C4 (or 0xBB69C4) is known color: Fuchsia. HEX triplet: BB, 69 and C4. RGB value is (187,105,196). Sum of RGB (Red+Green+Blue) = 187+105+196=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69C4 is #44963B. Grayscale: #8B8B8B. Windows color (decimal): -4494908 or 12872123. OLE color: 12872123.
HSL color Cylindrical-coordinate representation of color #BB69C4: hue angle of 294.07º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB69C4 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 105 | 196 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.23 |
| HSL | 294.07º | 0.44% | 0.59% | - |
| HSV(B) | 294.07º | 0.46% | 0.77% | - |
| XYZ | 35.51 | 24.65 | 55.11 | - |
| YUV | 139.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 196 | 0.05 | 0.46 | 0 | 0.23 | 294.07 | 0.44 | 0.59 |
| Hex | BB | 69 | C4 | 5 | 2E | 0 | 17 | 126 | 2C | 3B |
| Octal | 273 | 151 | 304 | 5 | 56 | 0 | 27 | 446 | 54 | 73 |
| Binary | 10111011 | 1101001 | 11000100 | 101 | 101110 | 0 | 10111 | 100100110 | 101100 | 111011 |
Color Harmonies of #BB69C4
Complementary color
Monochromatic Colors of #BB69C4
Black with #BB69C4
Text Example
Text Example
White with #BB69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69C4; }
p { color: rgb(187,105,196); }
H1.HeaderClassName
{
color: #BB69C4;
}
.AnyTagClassName
{
color: #BB69C4;
}
</style>
background-color css
<style>
a { background-color: #BB69C4; }
a { background-color: rgb(187,105,196); }
div.DivClassName
{
background-color: #BB69C4;
}
.BgClassName
{
background-color: #BB69C4;
}
</style>
border-color css
<style>
span { border-color: #BB69C4; }
span { border-color: rgb(187,105,196); }
td.TdClassName
{
border-color: #BB69C4;
}
.TagClassName
{
border-color: #BB69C4;
}
</style>