Shades of Medium Orchid #B23FCA
Tints of Medium Orchid #B23FCA
RGB
CMYK
RGB Variations
Color information
#B23FCA (or 0xB23FCA) is known color: Medium Orchid. HEX triplet: B2, 3F and CA. RGB value is (178,63,202). Sum of RGB (Red+Green+Blue) = 178+63+202=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #B23FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCA is #4DC035. Grayscale: #707070. Windows color (decimal): -5095478 or 13254578. OLE color: 13254578.
HSL color Cylindrical-coordinate representation of color #B23FCA: hue angle of 289.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23FCA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 63 | 202 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.21 |
| HSL | 289.64º | 0.57% | 0.52% | - |
| HSV(B) | 289.64º | 0.69% | 0.79% | - |
| XYZ | 30.8 | 17.28 | 57.59 | - |
| YUV | 113.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 202 | 0.12 | 0.69 | 0 | 0.21 | 289.64 | 0.57 | 0.52 |
| Hex | B2 | 3F | CA | C | 45 | 0 | 15 | 122 | 39 | 34 |
| Octal | 262 | 77 | 312 | 14 | 105 | 0 | 25 | 442 | 71 | 64 |
| Binary | 10110010 | 111111 | 11001010 | 1100 | 1000101 | 0 | 10101 | 100100010 | 111001 | 110100 |
Color Harmonies of #B23FCA
Complementary color
Monochromatic Colors of #B23FCA
Black with #B23FCA
Text Example
Text Example
White with #B23FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FCA; }
p { color: rgb(178,63,202); }
H1.HeaderClassName
{
color: #B23FCA;
}
.AnyTagClassName
{
color: #B23FCA;
}
</style>
background-color css
<style>
a { background-color: #B23FCA; }
a { background-color: rgb(178,63,202); }
div.DivClassName
{
background-color: #B23FCA;
}
.BgClassName
{
background-color: #B23FCA;
}
</style>
border-color css
<style>
span { border-color: #B23FCA; }
span { border-color: rgb(178,63,202); }
td.TdClassName
{
border-color: #B23FCA;
}
.TagClassName
{
border-color: #B23FCA;
}
</style>