Shades of Medium Orchid #B752FD
Tints of Medium Orchid #B752FD
RGB
CMYK
RGB Variations
Color information
#B752FD (or 0xB752FD) is known color: Medium Orchid. HEX triplet: B7, 52 and FD. RGB value is (183,82,253). Sum of RGB (Red+Green+Blue) = 183+82+253=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #B752FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FD is #48AD02. Grayscale: #838383. Windows color (decimal): -4762883 or 16601783. OLE color: 16601783.
HSL color Cylindrical-coordinate representation of color #B752FD: hue angle of 275.44º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B752FD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 82 | 253 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.01 |
| HSL | 275.44º | 0.98% | 0.66% | - |
| HSV(B) | 275.44º | 0.68% | 0.99% | - |
| XYZ | 40.28 | 23.19 | 95.28 | - |
| YUV | 131.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 253 | 0.28 | 0.68 | 0 | 0.01 | 275.44 | 0.98 | 0.66 |
| Hex | B7 | 52 | FD | 1C | 44 | 0 | 1 | 113 | 62 | 42 |
| Octal | 267 | 122 | 375 | 34 | 104 | 0 | 1 | 423 | 142 | 102 |
| Binary | 10110111 | 1010010 | 11111101 | 11100 | 1000100 | 0 | 1 | 100010011 | 1100010 | 1000010 |
Color Harmonies of #B752FD
Complementary color
Monochromatic Colors of #B752FD
Black with #B752FD
Text Example
Text Example
White with #B752FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752FD; }
p { color: rgb(183,82,253); }
H1.HeaderClassName
{
color: #B752FD;
}
.AnyTagClassName
{
color: #B752FD;
}
</style>
background-color css
<style>
a { background-color: #B752FD; }
a { background-color: rgb(183,82,253); }
div.DivClassName
{
background-color: #B752FD;
}
.BgClassName
{
background-color: #B752FD;
}
</style>
border-color css
<style>
span { border-color: #B752FD; }
span { border-color: rgb(183,82,253); }
td.TdClassName
{
border-color: #B752FD;
}
.TagClassName
{
border-color: #B752FD;
}
</style>