Shades of Medium Orchid #B955FB
Tints of Medium Orchid #B955FB
RGB
CMYK
RGB Variations
Color information
#B955FB (or 0xB955FB) is known color: Medium Orchid. HEX triplet: B9, 55 and FB. RGB value is (185,85,251). Sum of RGB (Red+Green+Blue) = 185+85+251=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B955FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955FB is #46AA04. Grayscale: #858585. Windows color (decimal): -4631045 or 16471481. OLE color: 16471481.
HSL color Cylindrical-coordinate representation of color #B955FB: hue angle of 276.14º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B955FB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 85 | 251 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.02 |
| HSL | 276.14º | 0.95% | 0.66% | - |
| HSV(B) | 276.14º | 0.66% | 0.98% | - |
| XYZ | 40.67 | 23.78 | 93.71 | - |
| YUV | 133.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 251 | 0.26 | 0.66 | 0 | 0.02 | 276.14 | 0.95 | 0.66 |
| Hex | B9 | 55 | FB | 1A | 42 | 0 | 2 | 114 | 5F | 42 |
| Octal | 271 | 125 | 373 | 32 | 102 | 0 | 2 | 424 | 137 | 102 |
| Binary | 10111001 | 1010101 | 11111011 | 11010 | 1000010 | 0 | 10 | 100010100 | 1011111 | 1000010 |
Color Harmonies of #B955FB
Complementary color
Monochromatic Colors of #B955FB
Black with #B955FB
Text Example
Text Example
White with #B955FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955FB; }
p { color: rgb(185,85,251); }
H1.HeaderClassName
{
color: #B955FB;
}
.AnyTagClassName
{
color: #B955FB;
}
</style>
background-color css
<style>
a { background-color: #B955FB; }
a { background-color: rgb(185,85,251); }
div.DivClassName
{
background-color: #B955FB;
}
.BgClassName
{
background-color: #B955FB;
}
</style>
border-color css
<style>
span { border-color: #B955FB; }
span { border-color: rgb(185,85,251); }
td.TdClassName
{
border-color: #B955FB;
}
.TagClassName
{
border-color: #B955FB;
}
</style>