Shades of Medium Orchid #B23DFB
Tints of Medium Orchid #B23DFB
RGB
CMYK
RGB Variations
Color information
#B23DFB (or 0xB23DFB) is known color: Medium Orchid. HEX triplet: B2, 3D and FB. RGB value is (178,61,251). Sum of RGB (Red+Green+Blue) = 178+61+251=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #B23DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DFB is #4DC204. Grayscale: #747474. Windows color (decimal): -5095941 or 16465330. OLE color: 16465330.
HSL color Cylindrical-coordinate representation of color #B23DFB: hue angle of 276.95º 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 #B23DFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 61 | 251 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.02 |
| HSL | 276.95º | 0.96% | 0.61% | - |
| HSV(B) | 276.95º | 0.76% | 0.98% | - |
| XYZ | 37.44 | 19.77 | 93.11 | - |
| YUV | 117.64 | 203.26 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 251 | 0.29 | 0.76 | 0 | 0.02 | 276.95 | 0.96 | 0.61 |
| Hex | B2 | 3D | FB | 1D | 4C | 0 | 2 | 115 | 60 | 3D |
| Octal | 262 | 75 | 373 | 35 | 114 | 0 | 2 | 425 | 140 | 75 |
| Binary | 10110010 | 111101 | 11111011 | 11101 | 1001100 | 0 | 10 | 100010101 | 1100000 | 111101 |
Color Harmonies of #B23DFB
Complementary color
Monochromatic Colors of #B23DFB
Black with #B23DFB
Text Example
Text Example
White with #B23DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DFB; }
p { color: rgb(178,61,251); }
H1.HeaderClassName
{
color: #B23DFB;
}
.AnyTagClassName
{
color: #B23DFB;
}
</style>
background-color css
<style>
a { background-color: #B23DFB; }
a { background-color: rgb(178,61,251); }
div.DivClassName
{
background-color: #B23DFB;
}
.BgClassName
{
background-color: #B23DFB;
}
</style>
border-color css
<style>
span { border-color: #B23DFB; }
span { border-color: rgb(178,61,251); }
td.TdClassName
{
border-color: #B23DFB;
}
.TagClassName
{
border-color: #B23DFB;
}
</style>