Shades of Medium Orchid #B95DF5
Tints of Medium Orchid #B95DF5
RGB
CMYK
RGB Variations
Color information
#B95DF5 (or 0xB95DF5) is known color: Medium Orchid. HEX triplet: B9, 5D and F5. RGB value is (185,93,245). Sum of RGB (Red+Green+Blue) = 185+93+245=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #B95DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95DF5 is #46A20A. Grayscale: #898989. Windows color (decimal): -4629003 or 16080313. OLE color: 16080313.
HSL color Cylindrical-coordinate representation of color #B95DF5: hue angle of 276.32º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95DF5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 93 | 245 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.04 |
| HSL | 276.32º | 0.88% | 0.66% | - |
| HSV(B) | 276.32º | 0.62% | 0.96% | - |
| XYZ | 40.4 | 24.74 | 89.03 | - |
| YUV | 137.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 245 | 0.24 | 0.62 | 0 | 0.04 | 276.32 | 0.88 | 0.66 |
| Hex | B9 | 5D | F5 | 18 | 3E | 0 | 4 | 114 | 58 | 42 |
| Octal | 271 | 135 | 365 | 30 | 76 | 0 | 4 | 424 | 130 | 102 |
| Binary | 10111001 | 1011101 | 11110101 | 11000 | 111110 | 0 | 100 | 100010100 | 1011000 | 1000010 |
Color Harmonies of #B95DF5
Complementary color
Monochromatic Colors of #B95DF5
Black with #B95DF5
Text Example
Text Example
White with #B95DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95DF5; }
p { color: rgb(185,93,245); }
H1.HeaderClassName
{
color: #B95DF5;
}
.AnyTagClassName
{
color: #B95DF5;
}
</style>
background-color css
<style>
a { background-color: #B95DF5; }
a { background-color: rgb(185,93,245); }
div.DivClassName
{
background-color: #B95DF5;
}
.BgClassName
{
background-color: #B95DF5;
}
</style>
border-color css
<style>
span { border-color: #B95DF5; }
span { border-color: rgb(185,93,245); }
td.TdClassName
{
border-color: #B95DF5;
}
.TagClassName
{
border-color: #B95DF5;
}
</style>