Shades of Medium Orchid #B95EF4
Tints of Medium Orchid #B95EF4
RGB
CMYK
RGB Variations
Color information
#B95EF4 (or 0xB95EF4) is known color: Medium Orchid. HEX triplet: B9, 5E and F4. RGB value is (185,94,244). Sum of RGB (Red+Green+Blue) = 185+94+244=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #B95EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95EF4 is #46A10B. Grayscale: #898989. Windows color (decimal): -4628748 or 16015033. OLE color: 16015033.
HSL color Cylindrical-coordinate representation of color #B95EF4: hue angle of 276.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B95EF4 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 94 | 244 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.04 |
| HSL | 276.4º | 0.87% | 0.66% | - |
| HSV(B) | 276.4º | 0.61% | 0.96% | - |
| XYZ | 40.34 | 24.85 | 88.26 | - |
| YUV | 138.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 244 | 0.24 | 0.61 | 0 | 0.04 | 276.4 | 0.87 | 0.66 |
| Hex | B9 | 5E | F4 | 18 | 3D | 0 | 4 | 114 | 57 | 42 |
| Octal | 271 | 136 | 364 | 30 | 75 | 0 | 4 | 424 | 127 | 102 |
| Binary | 10111001 | 1011110 | 11110100 | 11000 | 111101 | 0 | 100 | 100010100 | 1010111 | 1000010 |
Color Harmonies of #B95EF4
Complementary color
Monochromatic Colors of #B95EF4
Black with #B95EF4
Text Example
Text Example
White with #B95EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95EF4; }
p { color: rgb(185,94,244); }
H1.HeaderClassName
{
color: #B95EF4;
}
.AnyTagClassName
{
color: #B95EF4;
}
</style>
background-color css
<style>
a { background-color: #B95EF4; }
a { background-color: rgb(185,94,244); }
div.DivClassName
{
background-color: #B95EF4;
}
.BgClassName
{
background-color: #B95EF4;
}
</style>
border-color css
<style>
span { border-color: #B95EF4; }
span { border-color: rgb(185,94,244); }
td.TdClassName
{
border-color: #B95EF4;
}
.TagClassName
{
border-color: #B95EF4;
}
</style>