Shades of Medium Orchid #B258C6
Tints of Medium Orchid #B258C6
RGB
CMYK
RGB Variations
Color information
#B258C6 (or 0xB258C6) is known color: Medium Orchid. HEX triplet: B2, 58 and C6. RGB value is (178,88,198). Sum of RGB (Red+Green+Blue) = 178+88+198=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #B258C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258C6 is #4DA739. Grayscale: #7F7F7F. Windows color (decimal): -5089082 or 12998834. OLE color: 12998834.
HSL color Cylindrical-coordinate representation of color #B258C6: hue angle of 289.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B258C6 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 88 | 198 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.22 |
| HSL | 289.09º | 0.49% | 0.56% | - |
| HSV(B) | 289.09º | 0.56% | 0.78% | - |
| XYZ | 32.04 | 20.52 | 55.7 | - |
| YUV | 127.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 198 | 0.10 | 0.56 | 0 | 0.22 | 289.09 | 0.49 | 0.56 |
| Hex | B2 | 58 | C6 | A | 38 | 0 | 16 | 121 | 31 | 38 |
| Octal | 262 | 130 | 306 | 12 | 70 | 0 | 26 | 441 | 61 | 70 |
| Binary | 10110010 | 1011000 | 11000110 | 1010 | 111000 | 0 | 10110 | 100100001 | 110001 | 111000 |
Color Harmonies of #B258C6
Complementary color
Monochromatic Colors of #B258C6
Black with #B258C6
Text Example
Text Example
White with #B258C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258C6; }
p { color: rgb(178,88,198); }
H1.HeaderClassName
{
color: #B258C6;
}
.AnyTagClassName
{
color: #B258C6;
}
</style>
background-color css
<style>
a { background-color: #B258C6; }
a { background-color: rgb(178,88,198); }
div.DivClassName
{
background-color: #B258C6;
}
.BgClassName
{
background-color: #B258C6;
}
</style>
border-color css
<style>
span { border-color: #B258C6; }
span { border-color: rgb(178,88,198); }
td.TdClassName
{
border-color: #B258C6;
}
.TagClassName
{
border-color: #B258C6;
}
</style>