Shades of Medium Orchid #B94BDF
Tints of Medium Orchid #B94BDF
RGB
CMYK
RGB Variations
Color information
#B94BDF (or 0xB94BDF) is known color: Medium Orchid. HEX triplet: B9, 4B and DF. RGB value is (185,75,223). Sum of RGB (Red+Green+Blue) = 185+75+223=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B94BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BDF is #46B420. Grayscale: #7C7C7C. Windows color (decimal): -4633633 or 14633913. OLE color: 14633913.
HSL color Cylindrical-coordinate representation of color #B94BDF: hue angle of 284.59º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94BDF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 75 | 223 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.13 |
| HSL | 284.59º | 0.7% | 0.58% | - |
| HSV(B) | 284.59º | 0.66% | 0.87% | - |
| XYZ | 35.84 | 20.67 | 71.91 | - |
| YUV | 124.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 223 | 0.17 | 0.66 | 0 | 0.13 | 284.59 | 0.7 | 0.58 |
| Hex | B9 | 4B | DF | 11 | 42 | 0 | D | 11D | 46 | 3A |
| Octal | 271 | 113 | 337 | 21 | 102 | 0 | 15 | 435 | 106 | 72 |
| Binary | 10111001 | 1001011 | 11011111 | 10001 | 1000010 | 0 | 1101 | 100011101 | 1000110 | 111010 |
Color Harmonies of #B94BDF
Complementary color
Monochromatic Colors of #B94BDF
Black with #B94BDF
Text Example
Text Example
White with #B94BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BDF; }
p { color: rgb(185,75,223); }
H1.HeaderClassName
{
color: #B94BDF;
}
.AnyTagClassName
{
color: #B94BDF;
}
</style>
background-color css
<style>
a { background-color: #B94BDF; }
a { background-color: rgb(185,75,223); }
div.DivClassName
{
background-color: #B94BDF;
}
.BgClassName
{
background-color: #B94BDF;
}
</style>
border-color css
<style>
span { border-color: #B94BDF; }
span { border-color: rgb(185,75,223); }
td.TdClassName
{
border-color: #B94BDF;
}
.TagClassName
{
border-color: #B94BDF;
}
</style>