Shades of Medium Orchid #B23BF2
Tints of Medium Orchid #B23BF2
RGB
CMYK
RGB Variations
Color information
#B23BF2 (or 0xB23BF2) is known color: Medium Orchid. HEX triplet: B2, 3B and F2. RGB value is (178,59,242). Sum of RGB (Red+Green+Blue) = 178+59+242=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #B23BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BF2 is #4DC40D. Grayscale: #727272. Windows color (decimal): -5096462 or 15874994. OLE color: 15874994.
HSL color Cylindrical-coordinate representation of color #B23BF2: hue angle of 279.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23BF2 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 59 | 242 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.05 |
| HSL | 279.02º | 0.88% | 0.59% | - |
| HSV(B) | 279.02º | 0.76% | 0.95% | - |
| XYZ | 35.95 | 19 | 85.78 | - |
| YUV | 115.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 242 | 0.26 | 0.76 | 0 | 0.05 | 279.02 | 0.88 | 0.59 |
| Hex | B2 | 3B | F2 | 1A | 4C | 0 | 5 | 117 | 58 | 3B |
| Octal | 262 | 73 | 362 | 32 | 114 | 0 | 5 | 427 | 130 | 73 |
| Binary | 10110010 | 111011 | 11110010 | 11010 | 1001100 | 0 | 101 | 100010111 | 1011000 | 111011 |
Color Harmonies of #B23BF2
Complementary color
Monochromatic Colors of #B23BF2
Black with #B23BF2
Text Example
Text Example
White with #B23BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BF2; }
p { color: rgb(178,59,242); }
H1.HeaderClassName
{
color: #B23BF2;
}
.AnyTagClassName
{
color: #B23BF2;
}
</style>
background-color css
<style>
a { background-color: #B23BF2; }
a { background-color: rgb(178,59,242); }
div.DivClassName
{
background-color: #B23BF2;
}
.BgClassName
{
background-color: #B23BF2;
}
</style>
border-color css
<style>
span { border-color: #B23BF2; }
span { border-color: rgb(178,59,242); }
td.TdClassName
{
border-color: #B23BF2;
}
.TagClassName
{
border-color: #B23BF2;
}
</style>