Shades of Medium Orchid #B343DD
Tints of Medium Orchid #B343DD
RGB
CMYK
RGB Variations
Color information
#B343DD (or 0xB343DD) is known color: Medium Orchid. HEX triplet: B3, 43 and DD. RGB value is (179,67,221). Sum of RGB (Red+Green+Blue) = 179+67+221=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B343DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343DD is #4CBC22. Grayscale: #757575. Windows color (decimal): -5028899 or 14500787. OLE color: 14500787.
HSL color Cylindrical-coordinate representation of color #B343DD: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B343DD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 67 | 221 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.13 |
| HSL | 283.64º | 0.69% | 0.56% | - |
| HSV(B) | 283.64º | 0.7% | 0.87% | - |
| XYZ | 33.65 | 18.82 | 70.27 | - |
| YUV | 118.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 221 | 0.19 | 0.70 | 0 | 0.13 | 283.64 | 0.69 | 0.56 |
| Hex | B3 | 43 | DD | 13 | 46 | 0 | D | 11C | 45 | 38 |
| Octal | 263 | 103 | 335 | 23 | 106 | 0 | 15 | 434 | 105 | 70 |
| Binary | 10110011 | 1000011 | 11011101 | 10011 | 1000110 | 0 | 1101 | 100011100 | 1000101 | 111000 |
Color Harmonies of #B343DD
Complementary color
Monochromatic Colors of #B343DD
Black with #B343DD
Text Example
Text Example
White with #B343DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343DD; }
p { color: rgb(179,67,221); }
H1.HeaderClassName
{
color: #B343DD;
}
.AnyTagClassName
{
color: #B343DD;
}
</style>
background-color css
<style>
a { background-color: #B343DD; }
a { background-color: rgb(179,67,221); }
div.DivClassName
{
background-color: #B343DD;
}
.BgClassName
{
background-color: #B343DD;
}
</style>
border-color css
<style>
span { border-color: #B343DD; }
span { border-color: rgb(179,67,221); }
td.TdClassName
{
border-color: #B343DD;
}
.TagClassName
{
border-color: #B343DD;
}
</style>