Shades of Medium Orchid #B45BCB
Tints of Medium Orchid #B45BCB
RGB
CMYK
RGB Variations
Color information
#B45BCB (or 0xB45BCB) is known color: Medium Orchid. HEX triplet: B4, 5B and CB. RGB value is (180,91,203). Sum of RGB (Red+Green+Blue) = 180+91+203=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B45BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BCB is #4BA434. Grayscale: #828282. Windows color (decimal): -4957237 or 13327284. OLE color: 13327284.
HSL color Cylindrical-coordinate representation of color #B45BCB: hue angle of 287.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45BCB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 91 | 203 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.20 |
| HSL | 287.68º | 0.52% | 0.58% | - |
| HSV(B) | 287.68º | 0.55% | 0.8% | - |
| XYZ | 33.34 | 21.5 | 58.89 | - |
| YUV | 130.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 203 | 0.11 | 0.55 | 0 | 0.20 | 287.68 | 0.52 | 0.58 |
| Hex | B4 | 5B | CB | B | 37 | 0 | 14 | 120 | 34 | 3A |
| Octal | 264 | 133 | 313 | 13 | 67 | 0 | 24 | 440 | 64 | 72 |
| Binary | 10110100 | 1011011 | 11001011 | 1011 | 110111 | 0 | 10100 | 100100000 | 110100 | 111010 |
Color Harmonies of #B45BCB
Complementary color
Monochromatic Colors of #B45BCB
Black with #B45BCB
Text Example
Text Example
White with #B45BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BCB; }
p { color: rgb(180,91,203); }
H1.HeaderClassName
{
color: #B45BCB;
}
.AnyTagClassName
{
color: #B45BCB;
}
</style>
background-color css
<style>
a { background-color: #B45BCB; }
a { background-color: rgb(180,91,203); }
div.DivClassName
{
background-color: #B45BCB;
}
.BgClassName
{
background-color: #B45BCB;
}
</style>
border-color css
<style>
span { border-color: #B45BCB; }
span { border-color: rgb(180,91,203); }
td.TdClassName
{
border-color: #B45BCB;
}
.TagClassName
{
border-color: #B45BCB;
}
</style>