Shades of Medium Orchid #B34CDD
Tints of Medium Orchid #B34CDD
RGB
CMYK
RGB Variations
Color information
#B34CDD (or 0xB34CDD) is known color: Medium Orchid. HEX triplet: B3, 4C and DD. RGB value is (179,76,221). Sum of RGB (Red+Green+Blue) = 179+76+221=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CDD is #4CB322. Grayscale: #7A7A7A. Windows color (decimal): -5026595 or 14503091. OLE color: 14503091.
HSL color Cylindrical-coordinate representation of color #B34CDD: hue angle of 282.62º degrees, saturation: 0.68, 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 #B34CDD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 76 | 221 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.13 |
| HSL | 282.62º | 0.68% | 0.58% | - |
| HSV(B) | 282.62º | 0.66% | 0.87% | - |
| XYZ | 34.23 | 19.97 | 70.46 | - |
| YUV | 123.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 221 | 0.19 | 0.66 | 0 | 0.13 | 282.62 | 0.68 | 0.58 |
| Hex | B3 | 4C | DD | 13 | 42 | 0 | D | 11B | 44 | 3A |
| Octal | 263 | 114 | 335 | 23 | 102 | 0 | 15 | 433 | 104 | 72 |
| Binary | 10110011 | 1001100 | 11011101 | 10011 | 1000010 | 0 | 1101 | 100011011 | 1000100 | 111010 |
Color Harmonies of #B34CDD
Complementary color
Monochromatic Colors of #B34CDD
Black with #B34CDD
Text Example
Text Example
White with #B34CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CDD; }
p { color: rgb(179,76,221); }
H1.HeaderClassName
{
color: #B34CDD;
}
.AnyTagClassName
{
color: #B34CDD;
}
</style>
background-color css
<style>
a { background-color: #B34CDD; }
a { background-color: rgb(179,76,221); }
div.DivClassName
{
background-color: #B34CDD;
}
.BgClassName
{
background-color: #B34CDD;
}
</style>
border-color css
<style>
span { border-color: #B34CDD; }
span { border-color: rgb(179,76,221); }
td.TdClassName
{
border-color: #B34CDD;
}
.TagClassName
{
border-color: #B34CDD;
}
</style>