Shades of Medium Orchid #B750DB
Tints of Medium Orchid #B750DB
RGB
CMYK
RGB Variations
Color information
#B750DB (or 0xB750DB) is known color: Medium Orchid. HEX triplet: B7, 50 and DB. RGB value is (183,80,219). Sum of RGB (Red+Green+Blue) = 183+80+219=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B750DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750DB is #48AF24. Grayscale: #7E7E7E. Windows color (decimal): -4763429 or 14373047. OLE color: 14373047.
HSL color Cylindrical-coordinate representation of color #B750DB: hue angle of 284.46º 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 #B750DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 80 | 219 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.14 |
| HSL | 284.46º | 0.66% | 0.59% | - |
| HSV(B) | 284.46º | 0.63% | 0.86% | - |
| XYZ | 35.18 | 20.92 | 69.2 | - |
| YUV | 126.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 219 | 0.16 | 0.63 | 0 | 0.14 | 284.46 | 0.66 | 0.59 |
| Hex | B7 | 50 | DB | 10 | 3F | 0 | E | 11C | 42 | 3B |
| Octal | 267 | 120 | 333 | 20 | 77 | 0 | 16 | 434 | 102 | 73 |
| Binary | 10110111 | 1010000 | 11011011 | 10000 | 111111 | 0 | 1110 | 100011100 | 1000010 | 111011 |
Color Harmonies of #B750DB
Complementary color
Monochromatic Colors of #B750DB
Black with #B750DB
Text Example
Text Example
White with #B750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750DB; }
p { color: rgb(183,80,219); }
H1.HeaderClassName
{
color: #B750DB;
}
.AnyTagClassName
{
color: #B750DB;
}
</style>
background-color css
<style>
a { background-color: #B750DB; }
a { background-color: rgb(183,80,219); }
div.DivClassName
{
background-color: #B750DB;
}
.BgClassName
{
background-color: #B750DB;
}
</style>
border-color css
<style>
span { border-color: #B750DB; }
span { border-color: rgb(183,80,219); }
td.TdClassName
{
border-color: #B750DB;
}
.TagClassName
{
border-color: #B750DB;
}
</style>