Shades of Medium Orchid #B75FFD
Tints of Medium Orchid #B75FFD
RGB
CMYK
RGB Variations
Color information
#B75FFD (or 0xB75FFD) is known color: Medium Orchid. HEX triplet: B7, 5F and FD. RGB value is (183,95,253). Sum of RGB (Red+Green+Blue) = 183+95+253=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #B75FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75FFD is #48A002. Grayscale: #8A8A8A. Windows color (decimal): -4759555 or 16605111. OLE color: 16605111.
HSL color Cylindrical-coordinate representation of color #B75FFD: hue angle of 273.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75FFD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 95 | 253 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.01 |
| HSL | 273.42º | 0.98% | 0.68% | - |
| HSV(B) | 273.42º | 0.62% | 0.99% | - |
| XYZ | 41.35 | 25.34 | 95.64 | - |
| YUV | 139.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 95 | 253 | 0.28 | 0.62 | 0 | 0.01 | 273.42 | 0.98 | 0.68 |
| Hex | B7 | 5F | FD | 1C | 3E | 0 | 1 | 111 | 62 | 44 |
| Octal | 267 | 137 | 375 | 34 | 76 | 0 | 1 | 421 | 142 | 104 |
| Binary | 10110111 | 1011111 | 11111101 | 11100 | 111110 | 0 | 1 | 100010001 | 1100010 | 1000100 |
Color Harmonies of #B75FFD
Complementary color
Monochromatic Colors of #B75FFD
Black with #B75FFD
Text Example
Text Example
White with #B75FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75FFD; }
p { color: rgb(183,95,253); }
H1.HeaderClassName
{
color: #B75FFD;
}
.AnyTagClassName
{
color: #B75FFD;
}
</style>
background-color css
<style>
a { background-color: #B75FFD; }
a { background-color: rgb(183,95,253); }
div.DivClassName
{
background-color: #B75FFD;
}
.BgClassName
{
background-color: #B75FFD;
}
</style>
border-color css
<style>
span { border-color: #B75FFD; }
span { border-color: rgb(183,95,253); }
td.TdClassName
{
border-color: #B75FFD;
}
.TagClassName
{
border-color: #B75FFD;
}
</style>