Shades of Medium Orchid #B23CFB
Tints of Medium Orchid #B23CFB
RGB
CMYK
RGB Variations
Color information
#B23CFB (or 0xB23CFB) is known color: Medium Orchid. HEX triplet: B2, 3C and FB. RGB value is (178,60,251). Sum of RGB (Red+Green+Blue) = 178+60+251=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #B23CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CFB is #4DC304. Grayscale: #747474. Windows color (decimal): -5096197 or 16465074. OLE color: 16465074.
HSL color Cylindrical-coordinate representation of color #B23CFB: hue angle of 277.07º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23CFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 60 | 251 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.02 |
| HSL | 277.07º | 0.96% | 0.61% | - |
| HSV(B) | 277.07º | 0.76% | 0.98% | - |
| XYZ | 37.39 | 19.66 | 93.09 | - |
| YUV | 117.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 251 | 0.29 | 0.76 | 0 | 0.02 | 277.07 | 0.96 | 0.61 |
| Hex | B2 | 3C | FB | 1D | 4C | 0 | 2 | 115 | 60 | 3D |
| Octal | 262 | 74 | 373 | 35 | 114 | 0 | 2 | 425 | 140 | 75 |
| Binary | 10110010 | 111100 | 11111011 | 11101 | 1001100 | 0 | 10 | 100010101 | 1100000 | 111101 |
Color Harmonies of #B23CFB
Complementary color
Monochromatic Colors of #B23CFB
Black with #B23CFB
Text Example
Text Example
White with #B23CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CFB; }
p { color: rgb(178,60,251); }
H1.HeaderClassName
{
color: #B23CFB;
}
.AnyTagClassName
{
color: #B23CFB;
}
</style>
background-color css
<style>
a { background-color: #B23CFB; }
a { background-color: rgb(178,60,251); }
div.DivClassName
{
background-color: #B23CFB;
}
.BgClassName
{
background-color: #B23CFB;
}
</style>
border-color css
<style>
span { border-color: #B23CFB; }
span { border-color: rgb(178,60,251); }
td.TdClassName
{
border-color: #B23CFB;
}
.TagClassName
{
border-color: #B23CFB;
}
</style>