Shades of Medium Orchid #B05CF0
Tints of Medium Orchid #B05CF0
RGB
CMYK
RGB Variations
Color information
#B05CF0 (or 0xB05CF0) is known color: Medium Orchid. HEX triplet: B0, 5C and F0. RGB value is (176,92,240). Sum of RGB (Red+Green+Blue) = 176+92+240=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #B05CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CF0 is #4FA30F. Grayscale: #858585. Windows color (decimal): -5219088 or 15752368. OLE color: 15752368.
HSL color Cylindrical-coordinate representation of color #B05CF0: hue angle of 274.05º degrees, saturation: 0.83, 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 #B05CF0 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 92 | 240 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.06 |
| HSL | 274.05º | 0.83% | 0.65% | - |
| HSV(B) | 274.05º | 0.62% | 0.94% | - |
| XYZ | 37.46 | 23.18 | 84.94 | - |
| YUV | 133.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 240 | 0.27 | 0.62 | 0 | 0.06 | 274.05 | 0.83 | 0.65 |
| Hex | B0 | 5C | F0 | 1B | 3E | 0 | 6 | 112 | 53 | 41 |
| Octal | 260 | 134 | 360 | 33 | 76 | 0 | 6 | 422 | 123 | 101 |
| Binary | 10110000 | 1011100 | 11110000 | 11011 | 111110 | 0 | 110 | 100010010 | 1010011 | 1000001 |
Color Harmonies of #B05CF0
Complementary color
Monochromatic Colors of #B05CF0
Black with #B05CF0
Text Example
Text Example
White with #B05CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CF0; }
p { color: rgb(176,92,240); }
H1.HeaderClassName
{
color: #B05CF0;
}
.AnyTagClassName
{
color: #B05CF0;
}
</style>
background-color css
<style>
a { background-color: #B05CF0; }
a { background-color: rgb(176,92,240); }
div.DivClassName
{
background-color: #B05CF0;
}
.BgClassName
{
background-color: #B05CF0;
}
</style>
border-color css
<style>
span { border-color: #B05CF0; }
span { border-color: rgb(176,92,240); }
td.TdClassName
{
border-color: #B05CF0;
}
.TagClassName
{
border-color: #B05CF0;
}
</style>