Shades of Medium Orchid #B23DF3
Tints of Medium Orchid #B23DF3
RGB
CMYK
RGB Variations
Color information
#B23DF3 (or 0xB23DF3) is known color: Medium Orchid. HEX triplet: B2, 3D and F3. RGB value is (178,61,243). Sum of RGB (Red+Green+Blue) = 178+61+243=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #B23DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DF3 is #4DC20C. Grayscale: #747474. Windows color (decimal): -5095949 or 15941042. OLE color: 15941042.
HSL color Cylindrical-coordinate representation of color #B23DF3: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23DF3 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 61 | 243 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.05 |
| HSL | 278.57º | 0.88% | 0.6% | - |
| HSV(B) | 278.57º | 0.75% | 0.95% | - |
| XYZ | 36.21 | 19.27 | 86.61 | - |
| YUV | 116.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 243 | 0.27 | 0.75 | 0 | 0.05 | 278.57 | 0.88 | 0.6 |
| Hex | B2 | 3D | F3 | 1B | 4B | 0 | 5 | 117 | 58 | 3C |
| Octal | 262 | 75 | 363 | 33 | 113 | 0 | 5 | 427 | 130 | 74 |
| Binary | 10110010 | 111101 | 11110011 | 11011 | 1001011 | 0 | 101 | 100010111 | 1011000 | 111100 |
Color Harmonies of #B23DF3
Complementary color
Monochromatic Colors of #B23DF3
Black with #B23DF3
Text Example
Text Example
White with #B23DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DF3; }
p { color: rgb(178,61,243); }
H1.HeaderClassName
{
color: #B23DF3;
}
.AnyTagClassName
{
color: #B23DF3;
}
</style>
background-color css
<style>
a { background-color: #B23DF3; }
a { background-color: rgb(178,61,243); }
div.DivClassName
{
background-color: #B23DF3;
}
.BgClassName
{
background-color: #B23DF3;
}
</style>
border-color css
<style>
span { border-color: #B23DF3; }
span { border-color: rgb(178,61,243); }
td.TdClassName
{
border-color: #B23DF3;
}
.TagClassName
{
border-color: #B23DF3;
}
</style>