Shades of Medium Orchid #B33DDA
Tints of Medium Orchid #B33DDA
RGB
CMYK
RGB Variations
Color information
#B33DDA (or 0xB33DDA) is known color: Medium Orchid. HEX triplet: B3, 3D and DA. RGB value is (179,61,218). Sum of RGB (Red+Green+Blue) = 179+61+218=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B33DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDA is #4CC225. Grayscale: #717171. Windows color (decimal): -5030438 or 14302643. OLE color: 14302643.
HSL color Cylindrical-coordinate representation of color #B33DDA: hue angle of 285.1º 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 #B33DDA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 61 | 218 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.15 |
| HSL | 285.1º | 0.68% | 0.55% | - |
| HSV(B) | 285.1º | 0.72% | 0.85% | - |
| XYZ | 32.91 | 17.98 | 68.07 | - |
| YUV | 114.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 218 | 0.18 | 0.72 | 0 | 0.15 | 285.1 | 0.68 | 0.55 |
| Hex | B3 | 3D | DA | 12 | 48 | 0 | F | 11D | 44 | 37 |
| Octal | 263 | 75 | 332 | 22 | 110 | 0 | 17 | 435 | 104 | 67 |
| Binary | 10110011 | 111101 | 11011010 | 10010 | 1001000 | 0 | 1111 | 100011101 | 1000100 | 110111 |
Color Harmonies of #B33DDA
Complementary color
Monochromatic Colors of #B33DDA
Black with #B33DDA
Text Example
Text Example
White with #B33DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DDA; }
p { color: rgb(179,61,218); }
H1.HeaderClassName
{
color: #B33DDA;
}
.AnyTagClassName
{
color: #B33DDA;
}
</style>
background-color css
<style>
a { background-color: #B33DDA; }
a { background-color: rgb(179,61,218); }
div.DivClassName
{
background-color: #B33DDA;
}
.BgClassName
{
background-color: #B33DDA;
}
</style>
border-color css
<style>
span { border-color: #B33DDA; }
span { border-color: rgb(179,61,218); }
td.TdClassName
{
border-color: #B33DDA;
}
.TagClassName
{
border-color: #B33DDA;
}
</style>