Shades of Medium Orchid #B23BD0
Tints of Medium Orchid #B23BD0
RGB
CMYK
RGB Variations
Color information
#B23BD0 (or 0xB23BD0) is known color: Medium Orchid. HEX triplet: B2, 3B and D0. RGB value is (178,59,208). Sum of RGB (Red+Green+Blue) = 178+59+208=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #B23BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BD0 is #4DC42F. Grayscale: #6F6F6F. Windows color (decimal): -5096496 or 13646770. OLE color: 13646770.
HSL color Cylindrical-coordinate representation of color #B23BD0: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23BD0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 59 | 208 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.18 |
| HSL | 287.92º | 0.61% | 0.52% | - |
| HSV(B) | 287.92º | 0.72% | 0.82% | - |
| XYZ | 31.31 | 17.15 | 61.33 | - |
| YUV | 111.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 208 | 0.14 | 0.72 | 0 | 0.18 | 287.92 | 0.61 | 0.52 |
| Hex | B2 | 3B | D0 | E | 48 | 0 | 12 | 120 | 3D | 34 |
| Octal | 262 | 73 | 320 | 16 | 110 | 0 | 22 | 440 | 75 | 64 |
| Binary | 10110010 | 111011 | 11010000 | 1110 | 1001000 | 0 | 10010 | 100100000 | 111101 | 110100 |
Color Harmonies of #B23BD0
Complementary color
Monochromatic Colors of #B23BD0
Black with #B23BD0
Text Example
Text Example
White with #B23BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BD0; }
p { color: rgb(178,59,208); }
H1.HeaderClassName
{
color: #B23BD0;
}
.AnyTagClassName
{
color: #B23BD0;
}
</style>
background-color css
<style>
a { background-color: #B23BD0; }
a { background-color: rgb(178,59,208); }
div.DivClassName
{
background-color: #B23BD0;
}
.BgClassName
{
background-color: #B23BD0;
}
</style>
border-color css
<style>
span { border-color: #B23BD0; }
span { border-color: rgb(178,59,208); }
td.TdClassName
{
border-color: #B23BD0;
}
.TagClassName
{
border-color: #B23BD0;
}
</style>