Shades of Medium Orchid #B752DA
Tints of Medium Orchid #B752DA
RGB
CMYK
RGB Variations
Color information
#B752DA (or 0xB752DA) is known color: Medium Orchid. HEX triplet: B7, 52 and DA. RGB value is (183,82,218). Sum of RGB (Red+Green+Blue) = 183+82+218=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B752DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752DA is #48AD25. Grayscale: #7F7F7F. Windows color (decimal): -4762918 or 14308023. OLE color: 14308023.
HSL color Cylindrical-coordinate representation of color #B752DA: hue angle of 284.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B752DA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 82 | 218 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.15 |
| HSL | 284.56º | 0.65% | 0.59% | - |
| HSV(B) | 284.56º | 0.62% | 0.85% | - |
| XYZ | 35.2 | 21.16 | 68.56 | - |
| YUV | 127.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 218 | 0.16 | 0.62 | 0 | 0.15 | 284.56 | 0.65 | 0.59 |
| Hex | B7 | 52 | DA | 10 | 3E | 0 | F | 11D | 41 | 3B |
| Octal | 267 | 122 | 332 | 20 | 76 | 0 | 17 | 435 | 101 | 73 |
| Binary | 10110111 | 1010010 | 11011010 | 10000 | 111110 | 0 | 1111 | 100011101 | 1000001 | 111011 |
Color Harmonies of #B752DA
Complementary color
Monochromatic Colors of #B752DA
Black with #B752DA
Text Example
Text Example
White with #B752DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752DA; }
p { color: rgb(183,82,218); }
H1.HeaderClassName
{
color: #B752DA;
}
.AnyTagClassName
{
color: #B752DA;
}
</style>
background-color css
<style>
a { background-color: #B752DA; }
a { background-color: rgb(183,82,218); }
div.DivClassName
{
background-color: #B752DA;
}
.BgClassName
{
background-color: #B752DA;
}
</style>
border-color css
<style>
span { border-color: #B752DA; }
span { border-color: rgb(183,82,218); }
td.TdClassName
{
border-color: #B752DA;
}
.TagClassName
{
border-color: #B752DA;
}
</style>