Shades of Medium Orchid #B955F2
Tints of Medium Orchid #B955F2
RGB
CMYK
RGB Variations
Color information
#B955F2 (or 0xB955F2) is known color: Medium Orchid. HEX triplet: B9, 55 and F2. RGB value is (185,85,242). Sum of RGB (Red+Green+Blue) = 185+85+242=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #B955F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955F2 is #46AA0D. Grayscale: #848484. Windows color (decimal): -4631054 or 15881657. OLE color: 15881657.
HSL color Cylindrical-coordinate representation of color #B955F2: hue angle of 278.22º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B955F2 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 85 | 242 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.05 |
| HSL | 278.22º | 0.86% | 0.64% | - |
| HSV(B) | 278.22º | 0.65% | 0.95% | - |
| XYZ | 39.28 | 23.22 | 86.42 | - |
| YUV | 132.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 242 | 0.24 | 0.65 | 0 | 0.05 | 278.22 | 0.86 | 0.64 |
| Hex | B9 | 55 | F2 | 18 | 41 | 0 | 5 | 116 | 56 | 40 |
| Octal | 271 | 125 | 362 | 30 | 101 | 0 | 5 | 426 | 126 | 100 |
| Binary | 10111001 | 1010101 | 11110010 | 11000 | 1000001 | 0 | 101 | 100010110 | 1010110 | 1000000 |
Color Harmonies of #B955F2
Complementary color
Monochromatic Colors of #B955F2
Black with #B955F2
Text Example
Text Example
White with #B955F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955F2; }
p { color: rgb(185,85,242); }
H1.HeaderClassName
{
color: #B955F2;
}
.AnyTagClassName
{
color: #B955F2;
}
</style>
background-color css
<style>
a { background-color: #B955F2; }
a { background-color: rgb(185,85,242); }
div.DivClassName
{
background-color: #B955F2;
}
.BgClassName
{
background-color: #B955F2;
}
</style>
border-color css
<style>
span { border-color: #B955F2; }
span { border-color: rgb(185,85,242); }
td.TdClassName
{
border-color: #B955F2;
}
.TagClassName
{
border-color: #B955F2;
}
</style>