Shades of Medium Orchid #B23FFF
Tints of Medium Orchid #B23FFF
RGB
CMYK
RGB Variations
Color information
#B23FFF (or 0xB23FFF) is known color: Medium Orchid. HEX triplet: B2, 3F and FF. RGB value is (178,63,255). Sum of RGB (Red+Green+Blue) = 178+63+255=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B23FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FFF is #4DC000. Grayscale: #767676. Windows color (decimal): -5095425 or 16727986. OLE color: 16727986.
HSL color Cylindrical-coordinate representation of color #B23FFF: hue angle of 275.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23FFF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 63 | 255 | - |
| CMYK | 0.30 | 0.75 | 0 | 0 |
| HSL | 275.94º | 1% | 0.62% | - |
| HSV(B) | 275.94º | 0.75% | 1% | - |
| XYZ | 38.19 | 20.24 | 96.5 | - |
| YUV | 119.27 | 204.6 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 255 | 0.30 | 0.75 | 0 | 0 | 275.94 | 1 | 0.62 |
| Hex | B2 | 3F | FF | 1E | 4B | 0 | 0 | 114 | 64 | 3E |
| Octal | 262 | 77 | 377 | 36 | 113 | 0 | 0 | 424 | 144 | 76 |
| Binary | 10110010 | 111111 | 11111111 | 11110 | 1001011 | 0 | 0 | 100010100 | 1100100 | 111110 |
Color Harmonies of #B23FFF
Complementary color
Monochromatic Colors of #B23FFF
Black with #B23FFF
Text Example
Text Example
White with #B23FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FFF; }
p { color: rgb(178,63,255); }
H1.HeaderClassName
{
color: #B23FFF;
}
.AnyTagClassName
{
color: #B23FFF;
}
</style>
background-color css
<style>
a { background-color: #B23FFF; }
a { background-color: rgb(178,63,255); }
div.DivClassName
{
background-color: #B23FFF;
}
.BgClassName
{
background-color: #B23FFF;
}
</style>
border-color css
<style>
span { border-color: #B23FFF; }
span { border-color: rgb(178,63,255); }
td.TdClassName
{
border-color: #B23FFF;
}
.TagClassName
{
border-color: #B23FFF;
}
</style>