Shades of Medium Orchid #B23FFB
Tints of Medium Orchid #B23FFB
RGB
CMYK
RGB Variations
Color information
#B23FFB (or 0xB23FFB) is known color: Medium Orchid. HEX triplet: B2, 3F and FB. RGB value is (178,63,251). Sum of RGB (Red+Green+Blue) = 178+63+251=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #B23FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FFB is #4DC004. Grayscale: #767676. Windows color (decimal): -5095429 or 16465842. OLE color: 16465842.
HSL color Cylindrical-coordinate representation of color #B23FFB: hue angle of 276.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23FFB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 63 | 251 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.02 |
| HSL | 276.7º | 0.96% | 0.62% | - |
| HSV(B) | 276.7º | 0.75% | 0.98% | - |
| XYZ | 37.55 | 19.99 | 93.15 | - |
| YUV | 118.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 251 | 0.29 | 0.75 | 0 | 0.02 | 276.7 | 0.96 | 0.62 |
| Hex | B2 | 3F | FB | 1D | 4B | 0 | 2 | 115 | 60 | 3E |
| Octal | 262 | 77 | 373 | 35 | 113 | 0 | 2 | 425 | 140 | 76 |
| Binary | 10110010 | 111111 | 11111011 | 11101 | 1001011 | 0 | 10 | 100010101 | 1100000 | 111110 |
Color Harmonies of #B23FFB
Complementary color
Monochromatic Colors of #B23FFB
Black with #B23FFB
Text Example
Text Example
White with #B23FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FFB; }
p { color: rgb(178,63,251); }
H1.HeaderClassName
{
color: #B23FFB;
}
.AnyTagClassName
{
color: #B23FFB;
}
</style>
background-color css
<style>
a { background-color: #B23FFB; }
a { background-color: rgb(178,63,251); }
div.DivClassName
{
background-color: #B23FFB;
}
.BgClassName
{
background-color: #B23FFB;
}
</style>
border-color css
<style>
span { border-color: #B23FFB; }
span { border-color: rgb(178,63,251); }
td.TdClassName
{
border-color: #B23FFB;
}
.TagClassName
{
border-color: #B23FFB;
}
</style>