Shades of Medium Orchid #B23FFE
Tints of Medium Orchid #B23FFE
RGB
CMYK
RGB Variations
Color information
#B23FFE (or 0xB23FFE) is known color: Medium Orchid. HEX triplet: B2, 3F and FE. RGB value is (178,63,254). Sum of RGB (Red+Green+Blue) = 178+63+254=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B23FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FFE is #4DC001. Grayscale: #767676. Windows color (decimal): -5095426 or 16662450. OLE color: 16662450.
HSL color Cylindrical-coordinate representation of color #B23FFE: hue angle of 276.13º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23FFE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 63 | 254 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.00 |
| HSL | 276.13º | 0.99% | 0.62% | - |
| HSV(B) | 276.13º | 0.75% | 1% | - |
| XYZ | 38.03 | 20.18 | 95.66 | - |
| YUV | 119.16 | 204.1 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 254 | 0.30 | 0.75 | 0 | 0.00 | 276.13 | 0.99 | 0.62 |
| Hex | B2 | 3F | FE | 1E | 4B | 0 | 0 | 114 | 63 | 3E |
| Octal | 262 | 77 | 376 | 36 | 113 | 0 | 0 | 424 | 143 | 76 |
| Binary | 10110010 | 111111 | 11111110 | 11110 | 1001011 | 0 | 0 | 100010100 | 1100011 | 111110 |
Color Harmonies of #B23FFE
Complementary color
Monochromatic Colors of #B23FFE
Black with #B23FFE
Text Example
Text Example
White with #B23FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FFE; }
p { color: rgb(178,63,254); }
H1.HeaderClassName
{
color: #B23FFE;
}
.AnyTagClassName
{
color: #B23FFE;
}
</style>
background-color css
<style>
a { background-color: #B23FFE; }
a { background-color: rgb(178,63,254); }
div.DivClassName
{
background-color: #B23FFE;
}
.BgClassName
{
background-color: #B23FFE;
}
</style>
border-color css
<style>
span { border-color: #B23FFE; }
span { border-color: rgb(178,63,254); }
td.TdClassName
{
border-color: #B23FFE;
}
.TagClassName
{
border-color: #B23FFE;
}
</style>