Shades of Medium Orchid #B954F2
Tints of Medium Orchid #B954F2
RGB
CMYK
RGB Variations
Color information
#B954F2 (or 0xB954F2) is known color: Medium Orchid. HEX triplet: B9, 54 and F2. RGB value is (185,84,242). Sum of RGB (Red+Green+Blue) = 185+84+242=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #B954F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954F2 is #46AB0D. Grayscale: #838383. Windows color (decimal): -4631310 or 15881401. OLE color: 15881401.
HSL color Cylindrical-coordinate representation of color #B954F2: hue angle of 278.35º 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 #B954F2 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 84 | 242 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.05 |
| HSL | 278.35º | 0.86% | 0.64% | - |
| HSV(B) | 278.35º | 0.65% | 0.95% | - |
| XYZ | 39.2 | 23.07 | 86.39 | - |
| YUV | 132.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 242 | 0.24 | 0.65 | 0 | 0.05 | 278.35 | 0.86 | 0.64 |
| Hex | B9 | 54 | F2 | 18 | 41 | 0 | 5 | 116 | 56 | 40 |
| Octal | 271 | 124 | 362 | 30 | 101 | 0 | 5 | 426 | 126 | 100 |
| Binary | 10111001 | 1010100 | 11110010 | 11000 | 1000001 | 0 | 101 | 100010110 | 1010110 | 1000000 |
Color Harmonies of #B954F2
Complementary color
Monochromatic Colors of #B954F2
Black with #B954F2
Text Example
Text Example
White with #B954F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954F2; }
p { color: rgb(185,84,242); }
H1.HeaderClassName
{
color: #B954F2;
}
.AnyTagClassName
{
color: #B954F2;
}
</style>
background-color css
<style>
a { background-color: #B954F2; }
a { background-color: rgb(185,84,242); }
div.DivClassName
{
background-color: #B954F2;
}
.BgClassName
{
background-color: #B954F2;
}
</style>
border-color css
<style>
span { border-color: #B954F2; }
span { border-color: rgb(185,84,242); }
td.TdClassName
{
border-color: #B954F2;
}
.TagClassName
{
border-color: #B954F2;
}
</style>