Shades of Medium Orchid #B23FDB
Tints of Medium Orchid #B23FDB
RGB
CMYK
RGB Variations
Color information
#B23FDB (or 0xB23FDB) is known color: Medium Orchid. HEX triplet: B2, 3F and DB. RGB value is (178,63,219). Sum of RGB (Red+Green+Blue) = 178+63+219=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B23FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FDB is #4DC024. Grayscale: #727272. Windows color (decimal): -5095461 or 14368690. OLE color: 14368690.
HSL color Cylindrical-coordinate representation of color #B23FDB: hue angle of 284.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23FDB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 63 | 219 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.14 |
| HSL | 284.23º | 0.68% | 0.55% | - |
| HSV(B) | 284.23º | 0.71% | 0.86% | - |
| XYZ | 32.92 | 18.13 | 68.78 | - |
| YUV | 115.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 219 | 0.19 | 0.71 | 0 | 0.14 | 284.23 | 0.68 | 0.55 |
| Hex | B2 | 3F | DB | 13 | 47 | 0 | E | 11C | 44 | 37 |
| Octal | 262 | 77 | 333 | 23 | 107 | 0 | 16 | 434 | 104 | 67 |
| Binary | 10110010 | 111111 | 11011011 | 10011 | 1000111 | 0 | 1110 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B23FDB
Complementary color
Monochromatic Colors of #B23FDB
Black with #B23FDB
Text Example
Text Example
White with #B23FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FDB; }
p { color: rgb(178,63,219); }
H1.HeaderClassName
{
color: #B23FDB;
}
.AnyTagClassName
{
color: #B23FDB;
}
</style>
background-color css
<style>
a { background-color: #B23FDB; }
a { background-color: rgb(178,63,219); }
div.DivClassName
{
background-color: #B23FDB;
}
.BgClassName
{
background-color: #B23FDB;
}
</style>
border-color css
<style>
span { border-color: #B23FDB; }
span { border-color: rgb(178,63,219); }
td.TdClassName
{
border-color: #B23FDB;
}
.TagClassName
{
border-color: #B23FDB;
}
</style>