Shades of Medium Orchid #B95AFE
Tints of Medium Orchid #B95AFE
RGB
CMYK
RGB Variations
Color information
#B95AFE (or 0xB95AFE) is known color: Medium Orchid. HEX triplet: B9, 5A and FE. RGB value is (185,90,254). Sum of RGB (Red+Green+Blue) = 185+90+254=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #B95AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95AFE is #46A501. Grayscale: #888888. Windows color (decimal): -4629762 or 16669369. OLE color: 16669369.
HSL color Cylindrical-coordinate representation of color #B95AFE: hue angle of 274.76º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B95AFE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 90 | 254 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.00 |
| HSL | 274.76º | 0.99% | 0.67% | - |
| HSV(B) | 274.76º | 0.65% | 1% | - |
| XYZ | 41.55 | 24.78 | 96.36 | - |
| YUV | 137.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 254 | 0.27 | 0.65 | 0 | 0.00 | 274.76 | 0.99 | 0.67 |
| Hex | B9 | 5A | FE | 1B | 41 | 0 | 0 | 113 | 63 | 43 |
| Octal | 271 | 132 | 376 | 33 | 101 | 0 | 0 | 423 | 143 | 103 |
| Binary | 10111001 | 1011010 | 11111110 | 11011 | 1000001 | 0 | 0 | 100010011 | 1100011 | 1000011 |
Color Harmonies of #B95AFE
Complementary color
Monochromatic Colors of #B95AFE
Black with #B95AFE
Text Example
Text Example
White with #B95AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95AFE; }
p { color: rgb(185,90,254); }
H1.HeaderClassName
{
color: #B95AFE;
}
.AnyTagClassName
{
color: #B95AFE;
}
</style>
background-color css
<style>
a { background-color: #B95AFE; }
a { background-color: rgb(185,90,254); }
div.DivClassName
{
background-color: #B95AFE;
}
.BgClassName
{
background-color: #B95AFE;
}
</style>
border-color css
<style>
span { border-color: #B95AFE; }
span { border-color: rgb(185,90,254); }
td.TdClassName
{
border-color: #B95AFE;
}
.TagClassName
{
border-color: #B95AFE;
}
</style>