Shades of Medium Orchid #B75FFB
Tints of Medium Orchid #B75FFB
RGB
CMYK
RGB Variations
Color information
#B75FFB (or 0xB75FFB) is known color: Medium Orchid. HEX triplet: B7, 5F and FB. RGB value is (183,95,251). Sum of RGB (Red+Green+Blue) = 183+95+251=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #B75FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75FFB is #48A004. Grayscale: #8A8A8A. Windows color (decimal): -4759557 or 16474039. OLE color: 16474039.
HSL color Cylindrical-coordinate representation of color #B75FFB: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75FFB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 95 | 251 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.02 |
| HSL | 273.85º | 0.95% | 0.68% | - |
| HSV(B) | 273.85º | 0.62% | 0.98% | - |
| XYZ | 41.03 | 25.22 | 93.97 | - |
| YUV | 139.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 95 | 251 | 0.27 | 0.62 | 0 | 0.02 | 273.85 | 0.95 | 0.68 |
| Hex | B7 | 5F | FB | 1B | 3E | 0 | 2 | 112 | 5F | 44 |
| Octal | 267 | 137 | 373 | 33 | 76 | 0 | 2 | 422 | 137 | 104 |
| Binary | 10110111 | 1011111 | 11111011 | 11011 | 111110 | 0 | 10 | 100010010 | 1011111 | 1000100 |
Color Harmonies of #B75FFB
Complementary color
Monochromatic Colors of #B75FFB
Black with #B75FFB
Text Example
Text Example
White with #B75FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75FFB; }
p { color: rgb(183,95,251); }
H1.HeaderClassName
{
color: #B75FFB;
}
.AnyTagClassName
{
color: #B75FFB;
}
</style>
background-color css
<style>
a { background-color: #B75FFB; }
a { background-color: rgb(183,95,251); }
div.DivClassName
{
background-color: #B75FFB;
}
.BgClassName
{
background-color: #B75FFB;
}
</style>
border-color css
<style>
span { border-color: #B75FFB; }
span { border-color: rgb(183,95,251); }
td.TdClassName
{
border-color: #B75FFB;
}
.TagClassName
{
border-color: #B75FFB;
}
</style>