Shades of Medium Orchid #B63DDD
Tints of Medium Orchid #B63DDD
RGB
CMYK
RGB Variations
Color information
#B63DDD (or 0xB63DDD) is known color: Medium Orchid. HEX triplet: B6, 3D and DD. RGB value is (182,61,221). Sum of RGB (Red+Green+Blue) = 182+61+221=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B63DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DDD is #49C222. Grayscale: #727272. Windows color (decimal): -4833827 or 14499254. OLE color: 14499254.
HSL color Cylindrical-coordinate representation of color #B63DDD: hue angle of 285.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63DDD is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 61 | 221 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.13 |
| HSL | 285.38º | 0.7% | 0.55% | - |
| HSV(B) | 285.38º | 0.72% | 0.87% | - |
| XYZ | 34.01 | 18.5 | 70.19 | - |
| YUV | 115.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 221 | 0.18 | 0.72 | 0 | 0.13 | 285.38 | 0.7 | 0.55 |
| Hex | B6 | 3D | DD | 12 | 48 | 0 | D | 11D | 46 | 37 |
| Octal | 266 | 75 | 335 | 22 | 110 | 0 | 15 | 435 | 106 | 67 |
| Binary | 10110110 | 111101 | 11011101 | 10010 | 1001000 | 0 | 1101 | 100011101 | 1000110 | 110111 |
Color Harmonies of #B63DDD
Complementary color
Monochromatic Colors of #B63DDD
Black with #B63DDD
Text Example
Text Example
White with #B63DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DDD; }
p { color: rgb(182,61,221); }
H1.HeaderClassName
{
color: #B63DDD;
}
.AnyTagClassName
{
color: #B63DDD;
}
</style>
background-color css
<style>
a { background-color: #B63DDD; }
a { background-color: rgb(182,61,221); }
div.DivClassName
{
background-color: #B63DDD;
}
.BgClassName
{
background-color: #B63DDD;
}
</style>
border-color css
<style>
span { border-color: #B63DDD; }
span { border-color: rgb(182,61,221); }
td.TdClassName
{
border-color: #B63DDD;
}
.TagClassName
{
border-color: #B63DDD;
}
</style>