Shades of Medium Orchid #B754CC
Tints of Medium Orchid #B754CC
RGB
CMYK
RGB Variations
Color information
#B754CC (or 0xB754CC) is known color: Medium Orchid. HEX triplet: B7, 54 and CC. RGB value is (183,84,204). Sum of RGB (Red+Green+Blue) = 183+84+204=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B754CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CC is #48AB33. Grayscale: #7E7E7E. Windows color (decimal): -4762420 or 13391031. OLE color: 13391031.
HSL color Cylindrical-coordinate representation of color #B754CC: hue angle of 289.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B754CC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 84 | 204 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.2 |
| HSL | 289.5º | 0.54% | 0.56% | - |
| HSV(B) | 289.5º | 0.59% | 0.8% | - |
| XYZ | 33.6 | 20.77 | 59.36 | - |
| YUV | 127.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 204 | 0.10 | 0.59 | 0 | 0.2 | 289.5 | 0.54 | 0.56 |
| Hex | B7 | 54 | CC | A | 3B | 0 | 14 | 122 | 36 | 38 |
| Octal | 267 | 124 | 314 | 12 | 73 | 0 | 24 | 442 | 66 | 70 |
| Binary | 10110111 | 1010100 | 11001100 | 1010 | 111011 | 0 | 10100 | 100100010 | 110110 | 111000 |
Color Harmonies of #B754CC
Complementary color
Monochromatic Colors of #B754CC
Black with #B754CC
Text Example
Text Example
White with #B754CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754CC; }
p { color: rgb(183,84,204); }
H1.HeaderClassName
{
color: #B754CC;
}
.AnyTagClassName
{
color: #B754CC;
}
</style>
background-color css
<style>
a { background-color: #B754CC; }
a { background-color: rgb(183,84,204); }
div.DivClassName
{
background-color: #B754CC;
}
.BgClassName
{
background-color: #B754CC;
}
</style>
border-color css
<style>
span { border-color: #B754CC; }
span { border-color: rgb(183,84,204); }
td.TdClassName
{
border-color: #B754CC;
}
.TagClassName
{
border-color: #B754CC;
}
</style>