Shades of Medium Orchid #B054CF
Tints of Medium Orchid #B054CF
RGB
CMYK
RGB Variations
Color information
#B054CF (or 0xB054CF) is known color: Medium Orchid. HEX triplet: B0, 54 and CF. RGB value is (176,84,207). Sum of RGB (Red+Green+Blue) = 176+84+207=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B054CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054CF is #4FAB30. Grayscale: #7D7D7D. Windows color (decimal): -5221169 or 13587632. OLE color: 13587632.
HSL color Cylindrical-coordinate representation of color #B054CF: hue angle of 284.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B054CF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 176 | 84 | 207 | - |
CMYK | 0.15 | 0.59 | 0 | 0.19 |
HSL | 284.88º | 0.56% | 0.57% | - |
HSV(B) | 284.88º | 0.59% | 0.81% | - |
XYZ | 32.34 | 20.08 | 61.2 | - |
YUV | 125.53 | 173.98 | 164 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 84 | 207 | 0.15 | 0.59 | 0 | 0.19 | 284.88 | 0.56 | 0.57 |
Hex | B0 | 54 | CF | F | 3B | 0 | 13 | 11D | 38 | 39 |
Octal | 260 | 124 | 317 | 17 | 73 | 0 | 23 | 435 | 70 | 71 |
Binary | 10110000 | 1010100 | 11001111 | 1111 | 111011 | 0 | 10011 | 100011101 | 111000 | 111001 |
Color Harmonies of #B054CF
Complementary color
Monochromatic Colors of #B054CF
Black with #B054CF
Text Example
Text Example
White with #B054CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054CF; }
p { color: rgb(176,84,207); }
H1.HeaderClassName
{
color: #B054CF;
}
.AnyTagClassName
{
color: #B054CF;
}
</style>
background-color css
<style>
a { background-color: #B054CF; }
a { background-color: rgb(176,84,207); }
div.DivClassName
{
background-color: #B054CF;
}
.BgClassName
{
background-color: #B054CF;
}
</style>
border-color css
<style>
span { border-color: #B054CF; }
span { border-color: rgb(176,84,207); }
td.TdClassName
{
border-color: #B054CF;
}
.TagClassName
{
border-color: #B054CF;
}
</style>