Shades of Medium Orchid #B33FDA
Tints of Medium Orchid #B33FDA
RGB
CMYK
RGB Variations
Color information
#B33FDA (or 0xB33FDA) is known color: Medium Orchid. HEX triplet: B3, 3F and DA. RGB value is (179,63,218). Sum of RGB (Red+Green+Blue) = 179+63+218=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B33FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FDA is #4CC025. Grayscale: #727272. Windows color (decimal): -5029926 or 14303155. OLE color: 14303155.
HSL color Cylindrical-coordinate representation of color #B33FDA: hue angle of 284.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33FDA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 63 | 218 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.15 |
| HSL | 284.9º | 0.68% | 0.55% | - |
| HSV(B) | 284.9º | 0.71% | 0.85% | - |
| XYZ | 33.02 | 18.2 | 68.1 | - |
| YUV | 115.35 | 185.93 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 218 | 0.18 | 0.71 | 0 | 0.15 | 284.9 | 0.68 | 0.55 |
| Hex | B3 | 3F | DA | 12 | 47 | 0 | F | 11D | 44 | 37 |
| Octal | 263 | 77 | 332 | 22 | 107 | 0 | 17 | 435 | 104 | 67 |
| Binary | 10110011 | 111111 | 11011010 | 10010 | 1000111 | 0 | 1111 | 100011101 | 1000100 | 110111 |
Color Harmonies of #B33FDA
Complementary color
Monochromatic Colors of #B33FDA
Black with #B33FDA
Text Example
Text Example
White with #B33FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FDA; }
p { color: rgb(179,63,218); }
H1.HeaderClassName
{
color: #B33FDA;
}
.AnyTagClassName
{
color: #B33FDA;
}
</style>
background-color css
<style>
a { background-color: #B33FDA; }
a { background-color: rgb(179,63,218); }
div.DivClassName
{
background-color: #B33FDA;
}
.BgClassName
{
background-color: #B33FDA;
}
</style>
border-color css
<style>
span { border-color: #B33FDA; }
span { border-color: rgb(179,63,218); }
td.TdClassName
{
border-color: #B33FDA;
}
.TagClassName
{
border-color: #B33FDA;
}
</style>