Shades of Medium Orchid #B05BEF
Tints of Medium Orchid #B05BEF
RGB
CMYK
RGB Variations
Color information
#B05BEF (or 0xB05BEF) is known color: Medium Orchid. HEX triplet: B0, 5B and EF. RGB value is (176,91,239). Sum of RGB (Red+Green+Blue) = 176+91+239=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #B05BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BEF is #4FA410. Grayscale: #848484. Windows color (decimal): -5219345 or 15686576. OLE color: 15686576.
HSL color Cylindrical-coordinate representation of color #B05BEF: hue angle of 274.46º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05BEF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 91 | 239 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.06 |
| HSL | 274.46º | 0.82% | 0.65% | - |
| HSV(B) | 274.46º | 0.62% | 0.94% | - |
| XYZ | 37.23 | 22.94 | 84.13 | - |
| YUV | 133.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 239 | 0.26 | 0.62 | 0 | 0.06 | 274.46 | 0.82 | 0.65 |
| Hex | B0 | 5B | EF | 1A | 3E | 0 | 6 | 112 | 52 | 41 |
| Octal | 260 | 133 | 357 | 32 | 76 | 0 | 6 | 422 | 122 | 101 |
| Binary | 10110000 | 1011011 | 11101111 | 11010 | 111110 | 0 | 110 | 100010010 | 1010010 | 1000001 |
Color Harmonies of #B05BEF
Complementary color
Monochromatic Colors of #B05BEF
Black with #B05BEF
Text Example
Text Example
White with #B05BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BEF; }
p { color: rgb(176,91,239); }
H1.HeaderClassName
{
color: #B05BEF;
}
.AnyTagClassName
{
color: #B05BEF;
}
</style>
background-color css
<style>
a { background-color: #B05BEF; }
a { background-color: rgb(176,91,239); }
div.DivClassName
{
background-color: #B05BEF;
}
.BgClassName
{
background-color: #B05BEF;
}
</style>
border-color css
<style>
span { border-color: #B05BEF; }
span { border-color: rgb(176,91,239); }
td.TdClassName
{
border-color: #B05BEF;
}
.TagClassName
{
border-color: #B05BEF;
}
</style>