Shades of Medium Orchid #B45BCE
Tints of Medium Orchid #B45BCE
RGB
CMYK
RGB Variations
Color information
#B45BCE (or 0xB45BCE) is known color: Medium Orchid. HEX triplet: B4, 5B and CE. RGB value is (180,91,206). Sum of RGB (Red+Green+Blue) = 180+91+206=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BCE is #4BA431. Grayscale: #828282. Windows color (decimal): -4957234 or 13523892. OLE color: 13523892.
HSL color Cylindrical-coordinate representation of color #B45BCE: hue angle of 286.43º 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 #B45BCE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 91 | 206 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.19 |
| HSL | 286.43º | 0.54% | 0.58% | - |
| HSV(B) | 286.43º | 0.56% | 0.81% | - |
| XYZ | 33.7 | 21.64 | 60.79 | - |
| YUV | 130.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 206 | 0.13 | 0.56 | 0 | 0.19 | 286.43 | 0.54 | 0.58 |
| Hex | B4 | 5B | CE | D | 38 | 0 | 13 | 11E | 36 | 3A |
| Octal | 264 | 133 | 316 | 15 | 70 | 0 | 23 | 436 | 66 | 72 |
| Binary | 10110100 | 1011011 | 11001110 | 1101 | 111000 | 0 | 10011 | 100011110 | 110110 | 111010 |
Color Harmonies of #B45BCE
Complementary color
Monochromatic Colors of #B45BCE
Black with #B45BCE
Text Example
Text Example
White with #B45BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BCE; }
p { color: rgb(180,91,206); }
H1.HeaderClassName
{
color: #B45BCE;
}
.AnyTagClassName
{
color: #B45BCE;
}
</style>
background-color css
<style>
a { background-color: #B45BCE; }
a { background-color: rgb(180,91,206); }
div.DivClassName
{
background-color: #B45BCE;
}
.BgClassName
{
background-color: #B45BCE;
}
</style>
border-color css
<style>
span { border-color: #B45BCE; }
span { border-color: rgb(180,91,206); }
td.TdClassName
{
border-color: #B45BCE;
}
.TagClassName
{
border-color: #B45BCE;
}
</style>