Shades of Medium Orchid #B750D4
Tints of Medium Orchid #B750D4
RGB
CMYK
RGB Variations
Color information
#B750D4 (or 0xB750D4) is known color: Medium Orchid. HEX triplet: B7, 50 and D4. RGB value is (183,80,212). Sum of RGB (Red+Green+Blue) = 183+80+212=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #B750D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750D4 is #48AF2B. Grayscale: #7D7D7D. Windows color (decimal): -4763436 or 13914295. OLE color: 13914295.
HSL color Cylindrical-coordinate representation of color #B750D4: hue angle of 286.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B750D4 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 80 | 212 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.17 |
| HSL | 286.82º | 0.61% | 0.57% | - |
| HSV(B) | 286.82º | 0.62% | 0.83% | - |
| XYZ | 34.28 | 20.56 | 64.45 | - |
| YUV | 125.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 212 | 0.14 | 0.62 | 0 | 0.17 | 286.82 | 0.61 | 0.57 |
| Hex | B7 | 50 | D4 | E | 3E | 0 | 11 | 11F | 3D | 39 |
| Octal | 267 | 120 | 324 | 16 | 76 | 0 | 21 | 437 | 75 | 71 |
| Binary | 10110111 | 1010000 | 11010100 | 1110 | 111110 | 0 | 10001 | 100011111 | 111101 | 111001 |
Color Harmonies of #B750D4
Complementary color
Monochromatic Colors of #B750D4
Black with #B750D4
Text Example
Text Example
White with #B750D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750D4; }
p { color: rgb(183,80,212); }
H1.HeaderClassName
{
color: #B750D4;
}
.AnyTagClassName
{
color: #B750D4;
}
</style>
background-color css
<style>
a { background-color: #B750D4; }
a { background-color: rgb(183,80,212); }
div.DivClassName
{
background-color: #B750D4;
}
.BgClassName
{
background-color: #B750D4;
}
</style>
border-color css
<style>
span { border-color: #B750D4; }
span { border-color: rgb(183,80,212); }
td.TdClassName
{
border-color: #B750D4;
}
.TagClassName
{
border-color: #B750D4;
}
</style>