Shades of Medium Orchid #B955F4
Tints of Medium Orchid #B955F4
RGB
CMYK
RGB Variations
Color information
#B955F4 (or 0xB955F4) is known color: Medium Orchid. HEX triplet: B9, 55 and F4. RGB value is (185,85,244). Sum of RGB (Red+Green+Blue) = 185+85+244=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #B955F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955F4 is #46AA0B. Grayscale: #848484. Windows color (decimal): -4631052 or 16012729. OLE color: 16012729.
HSL color Cylindrical-coordinate representation of color #B955F4: hue angle of 277.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B955F4 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 85 | 244 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.04 |
| HSL | 277.74º | 0.88% | 0.65% | - |
| HSV(B) | 277.74º | 0.65% | 0.96% | - |
| XYZ | 39.59 | 23.34 | 88.01 | - |
| YUV | 133.03 | 190.63 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 244 | 0.24 | 0.65 | 0 | 0.04 | 277.74 | 0.88 | 0.65 |
| Hex | B9 | 55 | F4 | 18 | 41 | 0 | 4 | 116 | 58 | 41 |
| Octal | 271 | 125 | 364 | 30 | 101 | 0 | 4 | 426 | 130 | 101 |
| Binary | 10111001 | 1010101 | 11110100 | 11000 | 1000001 | 0 | 100 | 100010110 | 1011000 | 1000001 |
Color Harmonies of #B955F4
Complementary color
Monochromatic Colors of #B955F4
Black with #B955F4
Text Example
Text Example
White with #B955F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955F4; }
p { color: rgb(185,85,244); }
H1.HeaderClassName
{
color: #B955F4;
}
.AnyTagClassName
{
color: #B955F4;
}
</style>
background-color css
<style>
a { background-color: #B955F4; }
a { background-color: rgb(185,85,244); }
div.DivClassName
{
background-color: #B955F4;
}
.BgClassName
{
background-color: #B955F4;
}
</style>
border-color css
<style>
span { border-color: #B955F4; }
span { border-color: rgb(185,85,244); }
td.TdClassName
{
border-color: #B955F4;
}
.TagClassName
{
border-color: #B955F4;
}
</style>