Shades of Medium Orchid #B23CCA
Tints of Medium Orchid #B23CCA
RGB
CMYK
RGB Variations
Color information
#B23CCA (or 0xB23CCA) is known color: Medium Orchid. HEX triplet: B2, 3C and CA. RGB value is (178,60,202). Sum of RGB (Red+Green+Blue) = 178+60+202=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #B23CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CCA is #4DC335. Grayscale: #6F6F6F. Windows color (decimal): -5096246 or 13253810. OLE color: 13253810.
HSL color Cylindrical-coordinate representation of color #B23CCA: hue angle of 289.86º 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 #B23CCA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 60 | 202 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.21 |
| HSL | 289.86º | 0.57% | 0.51% | - |
| HSV(B) | 289.86º | 0.7% | 0.79% | - |
| XYZ | 30.64 | 16.96 | 57.54 | - |
| YUV | 111.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 202 | 0.12 | 0.70 | 0 | 0.21 | 289.86 | 0.57 | 0.51 |
| Hex | B2 | 3C | CA | C | 46 | 0 | 15 | 122 | 39 | 33 |
| Octal | 262 | 74 | 312 | 14 | 106 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110010 | 111100 | 11001010 | 1100 | 1000110 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B23CCA
Complementary color
Monochromatic Colors of #B23CCA
Black with #B23CCA
Text Example
Text Example
White with #B23CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CCA; }
p { color: rgb(178,60,202); }
H1.HeaderClassName
{
color: #B23CCA;
}
.AnyTagClassName
{
color: #B23CCA;
}
</style>
background-color css
<style>
a { background-color: #B23CCA; }
a { background-color: rgb(178,60,202); }
div.DivClassName
{
background-color: #B23CCA;
}
.BgClassName
{
background-color: #B23CCA;
}
</style>
border-color css
<style>
span { border-color: #B23CCA; }
span { border-color: rgb(178,60,202); }
td.TdClassName
{
border-color: #B23CCA;
}
.TagClassName
{
border-color: #B23CCA;
}
</style>