Shades of Medium Orchid #B752DB
Tints of Medium Orchid #B752DB
RGB
CMYK
RGB Variations
Color information
#B752DB (or 0xB752DB) is known color: Medium Orchid. HEX triplet: B7, 52 and DB. RGB value is (183,82,219). Sum of RGB (Red+Green+Blue) = 183+82+219=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B752DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752DB is #48AD24. Grayscale: #7F7F7F. Windows color (decimal): -4762917 or 14373559. OLE color: 14373559.
HSL color Cylindrical-coordinate representation of color #B752DB: hue angle of 284.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B752DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 82 | 219 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.14 |
| HSL | 284.23º | 0.66% | 0.59% | - |
| HSV(B) | 284.23º | 0.63% | 0.86% | - |
| XYZ | 35.33 | 21.22 | 69.25 | - |
| YUV | 127.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 219 | 0.16 | 0.63 | 0 | 0.14 | 284.23 | 0.66 | 0.59 |
| Hex | B7 | 52 | DB | 10 | 3F | 0 | E | 11C | 42 | 3B |
| Octal | 267 | 122 | 333 | 20 | 77 | 0 | 16 | 434 | 102 | 73 |
| Binary | 10110111 | 1010010 | 11011011 | 10000 | 111111 | 0 | 1110 | 100011100 | 1000010 | 111011 |
Color Harmonies of #B752DB
Complementary color
Monochromatic Colors of #B752DB
Black with #B752DB
Text Example
Text Example
White with #B752DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752DB; }
p { color: rgb(183,82,219); }
H1.HeaderClassName
{
color: #B752DB;
}
.AnyTagClassName
{
color: #B752DB;
}
</style>
background-color css
<style>
a { background-color: #B752DB; }
a { background-color: rgb(183,82,219); }
div.DivClassName
{
background-color: #B752DB;
}
.BgClassName
{
background-color: #B752DB;
}
</style>
border-color css
<style>
span { border-color: #B752DB; }
span { border-color: rgb(183,82,219); }
td.TdClassName
{
border-color: #B752DB;
}
.TagClassName
{
border-color: #B752DB;
}
</style>