Shades of Medium Orchid #B23FFD
Tints of Medium Orchid #B23FFD
RGB
CMYK
RGB Variations
Color information
#B23FFD (or 0xB23FFD) is known color: Medium Orchid. HEX triplet: B2, 3F and FD. RGB value is (178,63,253). Sum of RGB (Red+Green+Blue) = 178+63+253=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #B23FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FFD is #4DC002. Grayscale: #767676. Windows color (decimal): -5095427 or 16596914. OLE color: 16596914.
HSL color Cylindrical-coordinate representation of color #B23FFD: hue angle of 276.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23FFD is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 63 | 253 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.01 |
| HSL | 276.32º | 0.98% | 0.62% | - |
| HSV(B) | 276.32º | 0.75% | 0.99% | - |
| XYZ | 37.87 | 20.11 | 94.81 | - |
| YUV | 119.05 | 203.6 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 253 | 0.30 | 0.75 | 0 | 0.01 | 276.32 | 0.98 | 0.62 |
| Hex | B2 | 3F | FD | 1E | 4B | 0 | 1 | 114 | 62 | 3E |
| Octal | 262 | 77 | 375 | 36 | 113 | 0 | 1 | 424 | 142 | 76 |
| Binary | 10110010 | 111111 | 11111101 | 11110 | 1001011 | 0 | 1 | 100010100 | 1100010 | 111110 |
Color Harmonies of #B23FFD
Complementary color
Monochromatic Colors of #B23FFD
Black with #B23FFD
Text Example
Text Example
White with #B23FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FFD; }
p { color: rgb(178,63,253); }
H1.HeaderClassName
{
color: #B23FFD;
}
.AnyTagClassName
{
color: #B23FFD;
}
</style>
background-color css
<style>
a { background-color: #B23FFD; }
a { background-color: rgb(178,63,253); }
div.DivClassName
{
background-color: #B23FFD;
}
.BgClassName
{
background-color: #B23FFD;
}
</style>
border-color css
<style>
span { border-color: #B23FFD; }
span { border-color: rgb(178,63,253); }
td.TdClassName
{
border-color: #B23FFD;
}
.TagClassName
{
border-color: #B23FFD;
}
</style>