Shades of Medium Orchid #B734D4
Tints of Medium Orchid #B734D4
RGB
CMYK
RGB Variations
Color information
#B734D4 (or 0xB734D4) is known color: Medium Orchid. HEX triplet: B7, 34 and D4. RGB value is (183,52,212). Sum of RGB (Red+Green+Blue) = 183+52+212=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #B734D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734D4 is #48CB2B. Grayscale: #6C6C6C. Windows color (decimal): -4770604 or 13907127. OLE color: 13907127.
HSL color Cylindrical-coordinate representation of color #B734D4: hue angle of 289.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B734D4 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 52 | 212 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.17 |
| HSL | 289.13º | 0.65% | 0.52% | - |
| HSV(B) | 289.13º | 0.75% | 0.83% | - |
| XYZ | 32.64 | 17.28 | 63.9 | - |
| YUV | 109.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 212 | 0.14 | 0.75 | 0 | 0.17 | 289.13 | 0.65 | 0.52 |
| Hex | B7 | 34 | D4 | E | 4B | 0 | 11 | 121 | 41 | 34 |
| Octal | 267 | 64 | 324 | 16 | 113 | 0 | 21 | 441 | 101 | 64 |
| Binary | 10110111 | 110100 | 11010100 | 1110 | 1001011 | 0 | 10001 | 100100001 | 1000001 | 110100 |
Color Harmonies of #B734D4
Complementary color
Monochromatic Colors of #B734D4
Black with #B734D4
Text Example
Text Example
White with #B734D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734D4; }
p { color: rgb(183,52,212); }
H1.HeaderClassName
{
color: #B734D4;
}
.AnyTagClassName
{
color: #B734D4;
}
</style>
background-color css
<style>
a { background-color: #B734D4; }
a { background-color: rgb(183,52,212); }
div.DivClassName
{
background-color: #B734D4;
}
.BgClassName
{
background-color: #B734D4;
}
</style>
border-color css
<style>
span { border-color: #B734D4; }
span { border-color: rgb(183,52,212); }
td.TdClassName
{
border-color: #B734D4;
}
.TagClassName
{
border-color: #B734D4;
}
</style>