Shades of Medium Orchid #B74BDE
Tints of Medium Orchid #B74BDE
RGB
CMYK
RGB Variations
Color information
#B74BDE (or 0xB74BDE) is known color: Medium Orchid. HEX triplet: B7, 4B and DE. RGB value is (183,75,222). Sum of RGB (Red+Green+Blue) = 183+75+222=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #B74BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BDE is #48B421. Grayscale: #7B7B7B. Windows color (decimal): -4764706 or 14568375. OLE color: 14568375.
HSL color Cylindrical-coordinate representation of color #B74BDE: hue angle of 284.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74BDE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 75 | 222 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.13 |
| HSL | 284.08º | 0.69% | 0.58% | - |
| HSV(B) | 284.08º | 0.66% | 0.87% | - |
| XYZ | 35.23 | 20.37 | 71.18 | - |
| YUV | 124.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 222 | 0.18 | 0.66 | 0 | 0.13 | 284.08 | 0.69 | 0.58 |
| Hex | B7 | 4B | DE | 12 | 42 | 0 | D | 11C | 45 | 3A |
| Octal | 267 | 113 | 336 | 22 | 102 | 0 | 15 | 434 | 105 | 72 |
| Binary | 10110111 | 1001011 | 11011110 | 10010 | 1000010 | 0 | 1101 | 100011100 | 1000101 | 111010 |
Color Harmonies of #B74BDE
Complementary color
Monochromatic Colors of #B74BDE
Black with #B74BDE
Text Example
Text Example
White with #B74BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BDE; }
p { color: rgb(183,75,222); }
H1.HeaderClassName
{
color: #B74BDE;
}
.AnyTagClassName
{
color: #B74BDE;
}
</style>
background-color css
<style>
a { background-color: #B74BDE; }
a { background-color: rgb(183,75,222); }
div.DivClassName
{
background-color: #B74BDE;
}
.BgClassName
{
background-color: #B74BDE;
}
</style>
border-color css
<style>
span { border-color: #B74BDE; }
span { border-color: rgb(183,75,222); }
td.TdClassName
{
border-color: #B74BDE;
}
.TagClassName
{
border-color: #B74BDE;
}
</style>