Shades of Fuchsia #B965B4
Tints of Fuchsia #B965B4
RGB
CMYK
RGB Variations
Color information
#B965B4 (or 0xB965B4) is known color: Fuchsia. HEX triplet: B9, 65 and B4. RGB value is (185,101,180). Sum of RGB (Red+Green+Blue) = 185+101+180=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B965B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965B4 is #469A4B. Grayscale: #868686. Windows color (decimal): -4627020 or 11822521. OLE color: 11822521.
HSL color Cylindrical-coordinate representation of color #B965B4: hue angle of 303.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965B4 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 180 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.27 |
| HSL | 303.57º | 0.38% | 0.56% | - |
| HSV(B) | 303.57º | 0.45% | 0.73% | - |
| XYZ | 32.9 | 22.92 | 45.87 | - |
| YUV | 135.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 180 | 0 | 0.45 | 0.03 | 0.27 | 303.57 | 0.38 | 0.56 |
| Hex | B9 | 65 | B4 | 0 | 2D | 3 | 1B | 130 | 26 | 38 |
| Octal | 271 | 145 | 264 | 0 | 55 | 3 | 33 | 460 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10110100 | 0 | 101101 | 11 | 11011 | 100110000 | 100110 | 111000 |
Color Harmonies of #B965B4
Complementary color
Monochromatic Colors of #B965B4
Black with #B965B4
Text Example
Text Example
White with #B965B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965B4; }
p { color: rgb(185,101,180); }
H1.HeaderClassName
{
color: #B965B4;
}
.AnyTagClassName
{
color: #B965B4;
}
</style>
background-color css
<style>
a { background-color: #B965B4; }
a { background-color: rgb(185,101,180); }
div.DivClassName
{
background-color: #B965B4;
}
.BgClassName
{
background-color: #B965B4;
}
</style>
border-color css
<style>
span { border-color: #B965B4; }
span { border-color: rgb(185,101,180); }
td.TdClassName
{
border-color: #B965B4;
}
.TagClassName
{
border-color: #B965B4;
}
</style>