Shades of Medium Orchid #B752FE
Tints of Medium Orchid #B752FE
RGB
CMYK
RGB Variations
Color information
#B752FE (or 0xB752FE) is known color: Medium Orchid. HEX triplet: B7, 52 and FE. RGB value is (183,82,254). Sum of RGB (Red+Green+Blue) = 183+82+254=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B752FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FE is #48AD01. Grayscale: #838383. Windows color (decimal): -4762882 or 16667319. OLE color: 16667319.
HSL color Cylindrical-coordinate representation of color #B752FE: hue angle of 275.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B752FE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 82 | 254 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.00 |
| HSL | 275.23º | 0.99% | 0.66% | - |
| HSV(B) | 275.23º | 0.68% | 1% | - |
| XYZ | 40.44 | 23.26 | 96.12 | - |
| YUV | 131.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 254 | 0.28 | 0.68 | 0 | 0.00 | 275.23 | 0.99 | 0.66 |
| Hex | B7 | 52 | FE | 1C | 44 | 0 | 0 | 113 | 63 | 42 |
| Octal | 267 | 122 | 376 | 34 | 104 | 0 | 0 | 423 | 143 | 102 |
| Binary | 10110111 | 1010010 | 11111110 | 11100 | 1000100 | 0 | 0 | 100010011 | 1100011 | 1000010 |
Color Harmonies of #B752FE
Complementary color
Monochromatic Colors of #B752FE
Black with #B752FE
Text Example
Text Example
White with #B752FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752FE; }
p { color: rgb(183,82,254); }
H1.HeaderClassName
{
color: #B752FE;
}
.AnyTagClassName
{
color: #B752FE;
}
</style>
background-color css
<style>
a { background-color: #B752FE; }
a { background-color: rgb(183,82,254); }
div.DivClassName
{
background-color: #B752FE;
}
.BgClassName
{
background-color: #B752FE;
}
</style>
border-color css
<style>
span { border-color: #B752FE; }
span { border-color: rgb(183,82,254); }
td.TdClassName
{
border-color: #B752FE;
}
.TagClassName
{
border-color: #B752FE;
}
</style>