Shades of Medium Orchid #B63DDA
Tints of Medium Orchid #B63DDA
RGB
CMYK
RGB Variations
Color information
#B63DDA (or 0xB63DDA) is known color: Medium Orchid. HEX triplet: B6, 3D and DA. RGB value is (182,61,218). Sum of RGB (Red+Green+Blue) = 182+61+218=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DDA is #49C225. Grayscale: #727272. Windows color (decimal): -4833830 or 14302646. OLE color: 14302646.
HSL color Cylindrical-coordinate representation of color #B63DDA: hue angle of 286.24º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63DDA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 61 | 218 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.15 |
| HSL | 286.24º | 0.68% | 0.55% | - |
| HSV(B) | 286.24º | 0.72% | 0.85% | - |
| XYZ | 33.62 | 18.34 | 68.1 | - |
| YUV | 115.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 218 | 0.17 | 0.72 | 0 | 0.15 | 286.24 | 0.68 | 0.55 |
| Hex | B6 | 3D | DA | 11 | 48 | 0 | F | 11E | 44 | 37 |
| Octal | 266 | 75 | 332 | 21 | 110 | 0 | 17 | 436 | 104 | 67 |
| Binary | 10110110 | 111101 | 11011010 | 10001 | 1001000 | 0 | 1111 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B63DDA
Complementary color
Monochromatic Colors of #B63DDA
Black with #B63DDA
Text Example
Text Example
White with #B63DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DDA; }
p { color: rgb(182,61,218); }
H1.HeaderClassName
{
color: #B63DDA;
}
.AnyTagClassName
{
color: #B63DDA;
}
</style>
background-color css
<style>
a { background-color: #B63DDA; }
a { background-color: rgb(182,61,218); }
div.DivClassName
{
background-color: #B63DDA;
}
.BgClassName
{
background-color: #B63DDA;
}
</style>
border-color css
<style>
span { border-color: #B63DDA; }
span { border-color: rgb(182,61,218); }
td.TdClassName
{
border-color: #B63DDA;
}
.TagClassName
{
border-color: #B63DDA;
}
</style>