Shades of Medium Orchid #B23CC9
Tints of Medium Orchid #B23CC9
RGB
CMYK
RGB Variations
Color information
#B23CC9 (or 0xB23CC9) is known color: Medium Orchid. HEX triplet: B2, 3C and C9. RGB value is (178,60,201). Sum of RGB (Red+Green+Blue) = 178+60+201=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #B23CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CC9 is #4DC336. Grayscale: #6E6E6E. Windows color (decimal): -5096247 or 13188274. OLE color: 13188274.
HSL color Cylindrical-coordinate representation of color #B23CC9: hue angle of 290.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23CC9 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 60 | 201 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.21 |
| HSL | 290.21º | 0.57% | 0.51% | - |
| HSV(B) | 290.21º | 0.7% | 0.79% | - |
| XYZ | 30.52 | 16.91 | 56.91 | - |
| YUV | 111.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 201 | 0.11 | 0.70 | 0 | 0.21 | 290.21 | 0.57 | 0.51 |
| Hex | B2 | 3C | C9 | B | 46 | 0 | 15 | 122 | 39 | 33 |
| Octal | 262 | 74 | 311 | 13 | 106 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110010 | 111100 | 11001001 | 1011 | 1000110 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B23CC9
Complementary color
Monochromatic Colors of #B23CC9
Black with #B23CC9
Text Example
Text Example
White with #B23CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CC9; }
p { color: rgb(178,60,201); }
H1.HeaderClassName
{
color: #B23CC9;
}
.AnyTagClassName
{
color: #B23CC9;
}
</style>
background-color css
<style>
a { background-color: #B23CC9; }
a { background-color: rgb(178,60,201); }
div.DivClassName
{
background-color: #B23CC9;
}
.BgClassName
{
background-color: #B23CC9;
}
</style>
border-color css
<style>
span { border-color: #B23CC9; }
span { border-color: rgb(178,60,201); }
td.TdClassName
{
border-color: #B23CC9;
}
.TagClassName
{
border-color: #B23CC9;
}
</style>