Shades of Medium Orchid #B45CCF
Tints of Medium Orchid #B45CCF
RGB
CMYK
RGB Variations
Color information
#B45CCF (or 0xB45CCF) is known color: Medium Orchid. HEX triplet: B4, 5C and CF. RGB value is (180,92,207). Sum of RGB (Red+Green+Blue) = 180+92+207=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B45CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CCF is #4BA330. Grayscale: #838383. Windows color (decimal): -4956977 or 13589684. OLE color: 13589684.
HSL color Cylindrical-coordinate representation of color #B45CCF: hue angle of 285.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45CCF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 92 | 207 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.19 |
| HSL | 285.91º | 0.55% | 0.59% | - |
| HSV(B) | 285.91º | 0.56% | 0.81% | - |
| XYZ | 33.91 | 21.86 | 61.46 | - |
| YUV | 131.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 207 | 0.13 | 0.56 | 0 | 0.19 | 285.91 | 0.55 | 0.59 |
| Hex | B4 | 5C | CF | D | 38 | 0 | 13 | 11E | 37 | 3B |
| Octal | 264 | 134 | 317 | 15 | 70 | 0 | 23 | 436 | 67 | 73 |
| Binary | 10110100 | 1011100 | 11001111 | 1101 | 111000 | 0 | 10011 | 100011110 | 110111 | 111011 |
Color Harmonies of #B45CCF
Complementary color
Monochromatic Colors of #B45CCF
Black with #B45CCF
Text Example
Text Example
White with #B45CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CCF; }
p { color: rgb(180,92,207); }
H1.HeaderClassName
{
color: #B45CCF;
}
.AnyTagClassName
{
color: #B45CCF;
}
</style>
background-color css
<style>
a { background-color: #B45CCF; }
a { background-color: rgb(180,92,207); }
div.DivClassName
{
background-color: #B45CCF;
}
.BgClassName
{
background-color: #B45CCF;
}
</style>
border-color css
<style>
span { border-color: #B45CCF; }
span { border-color: rgb(180,92,207); }
td.TdClassName
{
border-color: #B45CCF;
}
.TagClassName
{
border-color: #B45CCF;
}
</style>