Shades of Medium Orchid #B33ACF
Tints of Medium Orchid #B33ACF
RGB
CMYK
RGB Variations
Color information
#B33ACF (or 0xB33ACF) is known color: Medium Orchid. HEX triplet: B3, 3A and CF. RGB value is (179,58,207). Sum of RGB (Red+Green+Blue) = 179+58+207=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B33ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ACF is #4CC530. Grayscale: #6E6E6E. Windows color (decimal): -5031217 or 13580979. OLE color: 13580979.
HSL color Cylindrical-coordinate representation of color #B33ACF: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33ACF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 58 | 207 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.19 |
| HSL | 288.72º | 0.61% | 0.52% | - |
| HSV(B) | 288.72º | 0.72% | 0.81% | - |
| XYZ | 31.37 | 17.11 | 60.68 | - |
| YUV | 111.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 207 | 0.14 | 0.72 | 0 | 0.19 | 288.72 | 0.61 | 0.52 |
| Hex | B3 | 3A | CF | E | 48 | 0 | 13 | 121 | 3D | 34 |
| Octal | 263 | 72 | 317 | 16 | 110 | 0 | 23 | 441 | 75 | 64 |
| Binary | 10110011 | 111010 | 11001111 | 1110 | 1001000 | 0 | 10011 | 100100001 | 111101 | 110100 |
Color Harmonies of #B33ACF
Complementary color
Monochromatic Colors of #B33ACF
Black with #B33ACF
Text Example
Text Example
White with #B33ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ACF; }
p { color: rgb(179,58,207); }
H1.HeaderClassName
{
color: #B33ACF;
}
.AnyTagClassName
{
color: #B33ACF;
}
</style>
background-color css
<style>
a { background-color: #B33ACF; }
a { background-color: rgb(179,58,207); }
div.DivClassName
{
background-color: #B33ACF;
}
.BgClassName
{
background-color: #B33ACF;
}
</style>
border-color css
<style>
span { border-color: #B33ACF; }
span { border-color: rgb(179,58,207); }
td.TdClassName
{
border-color: #B33ACF;
}
.TagClassName
{
border-color: #B33ACF;
}
</style>