Shades of Medium Orchid #B23ACB
Tints of Medium Orchid #B23ACB
RGB
CMYK
RGB Variations
Color information
#B23ACB (or 0xB23ACB) is known color: Medium Orchid. HEX triplet: B2, 3A and CB. RGB value is (178,58,203). Sum of RGB (Red+Green+Blue) = 178+58+203=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ACB is #4DC534. Grayscale: #6D6D6D. Windows color (decimal): -5096757 or 13318834. OLE color: 13318834.
HSL color Cylindrical-coordinate representation of color #B23ACB: hue angle of 289.66º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23ACB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 58 | 203 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.20 |
| HSL | 289.66º | 0.58% | 0.51% | - |
| HSV(B) | 289.66º | 0.71% | 0.8% | - |
| XYZ | 30.65 | 16.8 | 58.13 | - |
| YUV | 110.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 203 | 0.12 | 0.71 | 0 | 0.20 | 289.66 | 0.58 | 0.51 |
| Hex | B2 | 3A | CB | C | 47 | 0 | 14 | 122 | 3A | 33 |
| Octal | 262 | 72 | 313 | 14 | 107 | 0 | 24 | 442 | 72 | 63 |
| Binary | 10110010 | 111010 | 11001011 | 1100 | 1000111 | 0 | 10100 | 100100010 | 111010 | 110011 |
Color Harmonies of #B23ACB
Complementary color
Monochromatic Colors of #B23ACB
Black with #B23ACB
Text Example
Text Example
White with #B23ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ACB; }
p { color: rgb(178,58,203); }
H1.HeaderClassName
{
color: #B23ACB;
}
.AnyTagClassName
{
color: #B23ACB;
}
</style>
background-color css
<style>
a { background-color: #B23ACB; }
a { background-color: rgb(178,58,203); }
div.DivClassName
{
background-color: #B23ACB;
}
.BgClassName
{
background-color: #B23ACB;
}
</style>
border-color css
<style>
span { border-color: #B23ACB; }
span { border-color: rgb(178,58,203); }
td.TdClassName
{
border-color: #B23ACB;
}
.TagClassName
{
border-color: #B23ACB;
}
</style>