Shades of Medium Orchid #B258C2
Tints of Medium Orchid #B258C2
RGB
CMYK
RGB Variations
Color information
#B258C2 (or 0xB258C2) is known color: Medium Orchid. HEX triplet: B2, 58 and C2. RGB value is (178,88,194). Sum of RGB (Red+Green+Blue) = 178+88+194=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #B258C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258C2 is #4DA73D. Grayscale: #7E7E7E. Windows color (decimal): -5089086 or 12736690. OLE color: 12736690.
HSL color Cylindrical-coordinate representation of color #B258C2: hue angle of 290.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B258C2 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 88 | 194 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.24 |
| HSL | 290.94º | 0.46% | 0.55% | - |
| HSV(B) | 290.94º | 0.55% | 0.76% | - |
| XYZ | 31.59 | 20.34 | 53.3 | - |
| YUV | 126.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 194 | 0.08 | 0.55 | 0 | 0.24 | 290.94 | 0.46 | 0.55 |
| Hex | B2 | 58 | C2 | 8 | 37 | 0 | 18 | 123 | 2E | 37 |
| Octal | 262 | 130 | 302 | 10 | 67 | 0 | 30 | 443 | 56 | 67 |
| Binary | 10110010 | 1011000 | 11000010 | 1000 | 110111 | 0 | 11000 | 100100011 | 101110 | 110111 |
Color Harmonies of #B258C2
Complementary color
Monochromatic Colors of #B258C2
Black with #B258C2
Text Example
Text Example
White with #B258C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258C2; }
p { color: rgb(178,88,194); }
H1.HeaderClassName
{
color: #B258C2;
}
.AnyTagClassName
{
color: #B258C2;
}
</style>
background-color css
<style>
a { background-color: #B258C2; }
a { background-color: rgb(178,88,194); }
div.DivClassName
{
background-color: #B258C2;
}
.BgClassName
{
background-color: #B258C2;
}
</style>
border-color css
<style>
span { border-color: #B258C2; }
span { border-color: rgb(178,88,194); }
td.TdClassName
{
border-color: #B258C2;
}
.TagClassName
{
border-color: #B258C2;
}
</style>