Shades of Medium Orchid #B23BC7
Tints of Medium Orchid #B23BC7
RGB
CMYK
RGB Variations
Color information
#B23BC7 (or 0xB23BC7) is known color: Medium Orchid. HEX triplet: B2, 3B and C7. RGB value is (178,59,199). Sum of RGB (Red+Green+Blue) = 178+59+199=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #B23BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BC7 is #4DC438. Grayscale: #6E6E6E. Windows color (decimal): -5096505 or 13056946. OLE color: 13056946.
HSL color Cylindrical-coordinate representation of color #B23BC7: hue angle of 291º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23BC7 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 59 | 199 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.22 |
| HSL | 291º | 0.56% | 0.51% | - |
| HSV(B) | 291º | 0.7% | 0.78% | - |
| XYZ | 30.23 | 16.72 | 55.67 | - |
| YUV | 110.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 199 | 0.11 | 0.70 | 0 | 0.22 | 291 | 0.56 | 0.51 |
| Hex | B2 | 3B | C7 | B | 46 | 0 | 16 | 123 | 38 | 33 |
| Octal | 262 | 73 | 307 | 13 | 106 | 0 | 26 | 443 | 70 | 63 |
| Binary | 10110010 | 111011 | 11000111 | 1011 | 1000110 | 0 | 10110 | 100100011 | 111000 | 110011 |
Color Harmonies of #B23BC7
Complementary color
Monochromatic Colors of #B23BC7
Black with #B23BC7
Text Example
Text Example
White with #B23BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BC7; }
p { color: rgb(178,59,199); }
H1.HeaderClassName
{
color: #B23BC7;
}
.AnyTagClassName
{
color: #B23BC7;
}
</style>
background-color css
<style>
a { background-color: #B23BC7; }
a { background-color: rgb(178,59,199); }
div.DivClassName
{
background-color: #B23BC7;
}
.BgClassName
{
background-color: #B23BC7;
}
</style>
border-color css
<style>
span { border-color: #B23BC7; }
span { border-color: rgb(178,59,199); }
td.TdClassName
{
border-color: #B23BC7;
}
.TagClassName
{
border-color: #B23BC7;
}
</style>