Shades of Medium Orchid #B045CF
Tints of Medium Orchid #B045CF
RGB
CMYK
RGB Variations
Color information
#B045CF (or 0xB045CF) is known color: Medium Orchid. HEX triplet: B0, 45 and CF. RGB value is (176,69,207). Sum of RGB (Red+Green+Blue) = 176+69+207=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #B045CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045CF is #4FBA30. Grayscale: #747474. Windows color (decimal): -5225009 or 13583792. OLE color: 13583792.
HSL color Cylindrical-coordinate representation of color #B045CF: hue angle of 286.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B045CF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 69 | 207 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.19 |
| HSL | 286.52º | 0.59% | 0.54% | - |
| HSV(B) | 286.52º | 0.67% | 0.81% | - |
| XYZ | 31.3 | 17.99 | 60.85 | - |
| YUV | 116.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 207 | 0.15 | 0.67 | 0 | 0.19 | 286.52 | 0.59 | 0.54 |
| Hex | B0 | 45 | CF | F | 43 | 0 | 13 | 11F | 3B | 36 |
| Octal | 260 | 105 | 317 | 17 | 103 | 0 | 23 | 437 | 73 | 66 |
| Binary | 10110000 | 1000101 | 11001111 | 1111 | 1000011 | 0 | 10011 | 100011111 | 111011 | 110110 |
Color Harmonies of #B045CF
Complementary color
Monochromatic Colors of #B045CF
Black with #B045CF
Text Example
Text Example
White with #B045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045CF; }
p { color: rgb(176,69,207); }
H1.HeaderClassName
{
color: #B045CF;
}
.AnyTagClassName
{
color: #B045CF;
}
</style>
background-color css
<style>
a { background-color: #B045CF; }
a { background-color: rgb(176,69,207); }
div.DivClassName
{
background-color: #B045CF;
}
.BgClassName
{
background-color: #B045CF;
}
</style>
border-color css
<style>
span { border-color: #B045CF; }
span { border-color: rgb(176,69,207); }
td.TdClassName
{
border-color: #B045CF;
}
.TagClassName
{
border-color: #B045CF;
}
</style>