Shades of Medium Orchid #B45CCE
Tints of Medium Orchid #B45CCE
RGB
CMYK
RGB Variations
Color information
#B45CCE (or 0xB45CCE) is known color: Medium Orchid. HEX triplet: B4, 5C and CE. RGB value is (180,92,206). Sum of RGB (Red+Green+Blue) = 180+92+206=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CCE is #4BA331. Grayscale: #828282. Windows color (decimal): -4956978 or 13524148. OLE color: 13524148.
HSL color Cylindrical-coordinate representation of color #B45CCE: hue angle of 286.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45CCE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 92 | 206 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.19 |
| HSL | 286.32º | 0.54% | 0.58% | - |
| HSV(B) | 286.32º | 0.55% | 0.81% | - |
| XYZ | 33.79 | 21.81 | 60.82 | - |
| YUV | 131.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 206 | 0.13 | 0.55 | 0 | 0.19 | 286.32 | 0.54 | 0.58 |
| Hex | B4 | 5C | CE | D | 37 | 0 | 13 | 11E | 36 | 3A |
| Octal | 264 | 134 | 316 | 15 | 67 | 0 | 23 | 436 | 66 | 72 |
| Binary | 10110100 | 1011100 | 11001110 | 1101 | 110111 | 0 | 10011 | 100011110 | 110110 | 111010 |
Color Harmonies of #B45CCE
Complementary color
Monochromatic Colors of #B45CCE
Black with #B45CCE
Text Example
Text Example
White with #B45CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CCE; }
p { color: rgb(180,92,206); }
H1.HeaderClassName
{
color: #B45CCE;
}
.AnyTagClassName
{
color: #B45CCE;
}
</style>
background-color css
<style>
a { background-color: #B45CCE; }
a { background-color: rgb(180,92,206); }
div.DivClassName
{
background-color: #B45CCE;
}
.BgClassName
{
background-color: #B45CCE;
}
</style>
border-color css
<style>
span { border-color: #B45CCE; }
span { border-color: rgb(180,92,206); }
td.TdClassName
{
border-color: #B45CCE;
}
.TagClassName
{
border-color: #B45CCE;
}
</style>