Shades of Medium Orchid #B05FC2
Tints of Medium Orchid #B05FC2
RGB
CMYK
RGB Variations
Color information
#B05FC2 (or 0xB05FC2) is known color: Medium Orchid. HEX triplet: B0, 5F and C2. RGB value is (176,95,194). Sum of RGB (Red+Green+Blue) = 176+95+194=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #B05FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FC2 is #4FA03D. Grayscale: #828282. Windows color (decimal): -5218366 or 12738480. OLE color: 12738480.
HSL color Cylindrical-coordinate representation of color #B05FC2: hue angle of 289.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05FC2 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 176 | 95 | 194 | - |
CMYK | 0.09 | 0.51 | 0 | 0.24 |
HSL | 289.09º | 0.45% | 0.57% | - |
HSV(B) | 289.09º | 0.51% | 0.76% | - |
XYZ | 31.73 | 21.31 | 53.48 | - |
YUV | 130.51 | 163.84 | 160.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 95 | 194 | 0.09 | 0.51 | 0 | 0.24 | 289.09 | 0.45 | 0.57 |
Hex | B0 | 5F | C2 | 9 | 33 | 0 | 18 | 121 | 2D | 39 |
Octal | 260 | 137 | 302 | 11 | 63 | 0 | 30 | 441 | 55 | 71 |
Binary | 10110000 | 1011111 | 11000010 | 1001 | 110011 | 0 | 11000 | 100100001 | 101101 | 111001 |
Color Harmonies of #B05FC2
Complementary color
Monochromatic Colors of #B05FC2
Black with #B05FC2
Text Example
Text Example
White with #B05FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FC2; }
p { color: rgb(176,95,194); }
H1.HeaderClassName
{
color: #B05FC2;
}
.AnyTagClassName
{
color: #B05FC2;
}
</style>
background-color css
<style>
a { background-color: #B05FC2; }
a { background-color: rgb(176,95,194); }
div.DivClassName
{
background-color: #B05FC2;
}
.BgClassName
{
background-color: #B05FC2;
}
</style>
border-color css
<style>
span { border-color: #B05FC2; }
span { border-color: rgb(176,95,194); }
td.TdClassName
{
border-color: #B05FC2;
}
.TagClassName
{
border-color: #B05FC2;
}
</style>