Shades of Medium Orchid #B33DEF
Tints of Medium Orchid #B33DEF
RGB
CMYK
RGB Variations
Color information
#B33DEF (or 0xB33DEF) is known color: Medium Orchid. HEX triplet: B3, 3D and EF. RGB value is (179,61,239). Sum of RGB (Red+Green+Blue) = 179+61+239=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #B33DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DEF is #4CC210. Grayscale: #737373. Windows color (decimal): -5030417 or 15678899. OLE color: 15678899.
HSL color Cylindrical-coordinate representation of color #B33DEF: hue angle of 279.78º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33DEF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 61 | 239 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.06 |
| HSL | 279.78º | 0.85% | 0.59% | - |
| HSV(B) | 279.78º | 0.74% | 0.94% | - |
| XYZ | 35.84 | 19.15 | 83.47 | - |
| YUV | 116.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 239 | 0.25 | 0.74 | 0 | 0.06 | 279.78 | 0.85 | 0.59 |
| Hex | B3 | 3D | EF | 19 | 4A | 0 | 6 | 118 | 55 | 3B |
| Octal | 263 | 75 | 357 | 31 | 112 | 0 | 6 | 430 | 125 | 73 |
| Binary | 10110011 | 111101 | 11101111 | 11001 | 1001010 | 0 | 110 | 100011000 | 1010101 | 111011 |
Color Harmonies of #B33DEF
Complementary color
Monochromatic Colors of #B33DEF
Black with #B33DEF
Text Example
Text Example
White with #B33DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DEF; }
p { color: rgb(179,61,239); }
H1.HeaderClassName
{
color: #B33DEF;
}
.AnyTagClassName
{
color: #B33DEF;
}
</style>
background-color css
<style>
a { background-color: #B33DEF; }
a { background-color: rgb(179,61,239); }
div.DivClassName
{
background-color: #B33DEF;
}
.BgClassName
{
background-color: #B33DEF;
}
</style>
border-color css
<style>
span { border-color: #B33DEF; }
span { border-color: rgb(179,61,239); }
td.TdClassName
{
border-color: #B33DEF;
}
.TagClassName
{
border-color: #B33DEF;
}
</style>