Shades of Medium Orchid #B23FCF
Tints of Medium Orchid #B23FCF
RGB
CMYK
RGB Variations
Color information
#B23FCF (or 0xB23FCF) is known color: Medium Orchid. HEX triplet: B2, 3F and CF. RGB value is (178,63,207). Sum of RGB (Red+Green+Blue) = 178+63+207=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B23FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCF is #4DC030. Grayscale: #717171. Windows color (decimal): -5095473 or 13582258. OLE color: 13582258.
HSL color Cylindrical-coordinate representation of color #B23FCF: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23FCF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 63 | 207 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.19 |
| HSL | 287.92º | 0.6% | 0.53% | - |
| HSV(B) | 287.92º | 0.7% | 0.81% | - |
| XYZ | 31.4 | 17.52 | 60.76 | - |
| YUV | 113.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 207 | 0.14 | 0.70 | 0 | 0.19 | 287.92 | 0.6 | 0.53 |
| Hex | B2 | 3F | CF | E | 46 | 0 | 13 | 120 | 3C | 35 |
| Octal | 262 | 77 | 317 | 16 | 106 | 0 | 23 | 440 | 74 | 65 |
| Binary | 10110010 | 111111 | 11001111 | 1110 | 1000110 | 0 | 10011 | 100100000 | 111100 | 110101 |
Color Harmonies of #B23FCF
Complementary color
Monochromatic Colors of #B23FCF
Black with #B23FCF
Text Example
Text Example
White with #B23FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FCF; }
p { color: rgb(178,63,207); }
H1.HeaderClassName
{
color: #B23FCF;
}
.AnyTagClassName
{
color: #B23FCF;
}
</style>
background-color css
<style>
a { background-color: #B23FCF; }
a { background-color: rgb(178,63,207); }
div.DivClassName
{
background-color: #B23FCF;
}
.BgClassName
{
background-color: #B23FCF;
}
</style>
border-color css
<style>
span { border-color: #B23FCF; }
span { border-color: rgb(178,63,207); }
td.TdClassName
{
border-color: #B23FCF;
}
.TagClassName
{
border-color: #B23FCF;
}
</style>