Shades of Medium Orchid #B755FA
Tints of Medium Orchid #B755FA
RGB
CMYK
RGB Variations
Color information
#B755FA (or 0xB755FA) is known color: Medium Orchid. HEX triplet: B7, 55 and FA. RGB value is (183,85,250). Sum of RGB (Red+Green+Blue) = 183+85+250=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B755FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755FA is #48AA05. Grayscale: #848484. Windows color (decimal): -4762118 or 16405943. OLE color: 16405943.
HSL color Cylindrical-coordinate representation of color #B755FA: hue angle of 275.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B755FA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 85 | 250 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.02 |
| HSL | 275.64º | 0.94% | 0.66% | - |
| HSV(B) | 275.64º | 0.66% | 0.98% | - |
| XYZ | 40.03 | 23.47 | 92.86 | - |
| YUV | 133.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 250 | 0.27 | 0.66 | 0 | 0.02 | 275.64 | 0.94 | 0.66 |
| Hex | B7 | 55 | FA | 1B | 42 | 0 | 2 | 114 | 5E | 42 |
| Octal | 267 | 125 | 372 | 33 | 102 | 0 | 2 | 424 | 136 | 102 |
| Binary | 10110111 | 1010101 | 11111010 | 11011 | 1000010 | 0 | 10 | 100010100 | 1011110 | 1000010 |
Color Harmonies of #B755FA
Complementary color
Monochromatic Colors of #B755FA
Black with #B755FA
Text Example
Text Example
White with #B755FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755FA; }
p { color: rgb(183,85,250); }
H1.HeaderClassName
{
color: #B755FA;
}
.AnyTagClassName
{
color: #B755FA;
}
</style>
background-color css
<style>
a { background-color: #B755FA; }
a { background-color: rgb(183,85,250); }
div.DivClassName
{
background-color: #B755FA;
}
.BgClassName
{
background-color: #B755FA;
}
</style>
border-color css
<style>
span { border-color: #B755FA; }
span { border-color: rgb(183,85,250); }
td.TdClassName
{
border-color: #B755FA;
}
.TagClassName
{
border-color: #B755FA;
}
</style>