Shades of Medium Orchid #B33CFB
Tints of Medium Orchid #B33CFB
RGB
CMYK
RGB Variations
Color information
#B33CFB (or 0xB33CFB) is known color: Medium Orchid. HEX triplet: B3, 3C and FB. RGB value is (179,60,251). Sum of RGB (Red+Green+Blue) = 179+60+251=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #B33CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CFB is #4CC304. Grayscale: #747474. Windows color (decimal): -5030661 or 16465075. OLE color: 16465075.
HSL color Cylindrical-coordinate representation of color #B33CFB: hue angle of 277.38º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33CFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 60 | 251 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.02 |
| HSL | 277.38º | 0.96% | 0.61% | - |
| HSV(B) | 277.38º | 0.76% | 0.98% | - |
| XYZ | 37.62 | 19.78 | 93.1 | - |
| YUV | 117.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 251 | 0.29 | 0.76 | 0 | 0.02 | 277.38 | 0.96 | 0.61 |
| Hex | B3 | 3C | FB | 1D | 4C | 0 | 2 | 115 | 60 | 3D |
| Octal | 263 | 74 | 373 | 35 | 114 | 0 | 2 | 425 | 140 | 75 |
| Binary | 10110011 | 111100 | 11111011 | 11101 | 1001100 | 0 | 10 | 100010101 | 1100000 | 111101 |
Color Harmonies of #B33CFB
Complementary color
Monochromatic Colors of #B33CFB
Black with #B33CFB
Text Example
Text Example
White with #B33CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CFB; }
p { color: rgb(179,60,251); }
H1.HeaderClassName
{
color: #B33CFB;
}
.AnyTagClassName
{
color: #B33CFB;
}
</style>
background-color css
<style>
a { background-color: #B33CFB; }
a { background-color: rgb(179,60,251); }
div.DivClassName
{
background-color: #B33CFB;
}
.BgClassName
{
background-color: #B33CFB;
}
</style>
border-color css
<style>
span { border-color: #B33CFB; }
span { border-color: rgb(179,60,251); }
td.TdClassName
{
border-color: #B33CFB;
}
.TagClassName
{
border-color: #B33CFB;
}
</style>