Shades of Medium Orchid #B05BCE
Tints of Medium Orchid #B05BCE
RGB
CMYK
RGB Variations
Color information
#B05BCE (or 0xB05BCE) is known color: Medium Orchid. HEX triplet: B0, 5B and CE. RGB value is (176,91,206). Sum of RGB (Red+Green+Blue) = 176+91+206=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BCE is #4FA431. Grayscale: #818181. Windows color (decimal): -5219378 or 13523888. OLE color: 13523888.
HSL color Cylindrical-coordinate representation of color #B05BCE: hue angle of 284.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05BCE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 176 | 91 | 206 | - |
CMYK | 0.15 | 0.56 | 0 | 0.19 |
HSL | 284.35º | 0.54% | 0.58% | - |
HSV(B) | 284.35º | 0.56% | 0.81% | - |
XYZ | 32.79 | 21.17 | 60.75 | - |
YUV | 129.53 | 171.16 | 161.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 91 | 206 | 0.15 | 0.56 | 0 | 0.19 | 284.35 | 0.54 | 0.58 |
Hex | B0 | 5B | CE | F | 38 | 0 | 13 | 11C | 36 | 3A |
Octal | 260 | 133 | 316 | 17 | 70 | 0 | 23 | 434 | 66 | 72 |
Binary | 10110000 | 1011011 | 11001110 | 1111 | 111000 | 0 | 10011 | 100011100 | 110110 | 111010 |
Color Harmonies of #B05BCE
Complementary color
Monochromatic Colors of #B05BCE
Black with #B05BCE
Text Example
Text Example
White with #B05BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BCE; }
p { color: rgb(176,91,206); }
H1.HeaderClassName
{
color: #B05BCE;
}
.AnyTagClassName
{
color: #B05BCE;
}
</style>
background-color css
<style>
a { background-color: #B05BCE; }
a { background-color: rgb(176,91,206); }
div.DivClassName
{
background-color: #B05BCE;
}
.BgClassName
{
background-color: #B05BCE;
}
</style>
border-color css
<style>
span { border-color: #B05BCE; }
span { border-color: rgb(176,91,206); }
td.TdClassName
{
border-color: #B05BCE;
}
.TagClassName
{
border-color: #B05BCE;
}
</style>