Shades of Medium Orchid #B05CEB
Tints of Medium Orchid #B05CEB
RGB
CMYK
RGB Variations
Color information
#B05CEB (or 0xB05CEB) is known color: Medium Orchid. HEX triplet: B0, 5C and EB. RGB value is (176,92,235). Sum of RGB (Red+Green+Blue) = 176+92+235=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #B05CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CEB is #4FA314. Grayscale: #848484. Windows color (decimal): -5219093 or 15424688. OLE color: 15424688.
HSL color Cylindrical-coordinate representation of color #B05CEB: hue angle of 275.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05CEB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 176 | 92 | 235 | - |
CMYK | 0.25 | 0.61 | 0 | 0.08 |
HSL | 275.24º | 0.78% | 0.64% | - |
HSV(B) | 275.24º | 0.61% | 0.92% | - |
XYZ | 36.73 | 22.88 | 81.08 | - |
YUV | 133.42 | 185.33 | 158.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 92 | 235 | 0.25 | 0.61 | 0 | 0.08 | 275.24 | 0.78 | 0.64 |
Hex | B0 | 5C | EB | 19 | 3D | 0 | 8 | 113 | 4E | 40 |
Octal | 260 | 134 | 353 | 31 | 75 | 0 | 10 | 423 | 116 | 100 |
Binary | 10110000 | 1011100 | 11101011 | 11001 | 111101 | 0 | 1000 | 100010011 | 1001110 | 1000000 |
Color Harmonies of #B05CEB
Complementary color
Monochromatic Colors of #B05CEB
Black with #B05CEB
Text Example
Text Example
White with #B05CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CEB; }
p { color: rgb(176,92,235); }
H1.HeaderClassName
{
color: #B05CEB;
}
.AnyTagClassName
{
color: #B05CEB;
}
</style>
background-color css
<style>
a { background-color: #B05CEB; }
a { background-color: rgb(176,92,235); }
div.DivClassName
{
background-color: #B05CEB;
}
.BgClassName
{
background-color: #B05CEB;
}
</style>
border-color css
<style>
span { border-color: #B05CEB; }
span { border-color: rgb(176,92,235); }
td.TdClassName
{
border-color: #B05CEB;
}
.TagClassName
{
border-color: #B05CEB;
}
</style>