Shades of Medium Orchid #B754F3
Tints of Medium Orchid #B754F3
RGB
CMYK
RGB Variations
Color information
#B754F3 (or 0xB754F3) is known color: Medium Orchid. HEX triplet: B7, 54 and F3. RGB value is (183,84,243). Sum of RGB (Red+Green+Blue) = 183+84+243=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #B754F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754F3 is #48AB0C. Grayscale: #838383. Windows color (decimal): -4762381 or 15946935. OLE color: 15946935.
HSL color Cylindrical-coordinate representation of color #B754F3: hue angle of 277.36º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B754F3 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 84 | 243 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.05 |
| HSL | 277.36º | 0.87% | 0.64% | - |
| HSV(B) | 277.36º | 0.65% | 0.95% | - |
| XYZ | 38.88 | 22.88 | 87.16 | - |
| YUV | 131.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 243 | 0.25 | 0.65 | 0 | 0.05 | 277.36 | 0.87 | 0.64 |
| Hex | B7 | 54 | F3 | 19 | 41 | 0 | 5 | 115 | 57 | 40 |
| Octal | 267 | 124 | 363 | 31 | 101 | 0 | 5 | 425 | 127 | 100 |
| Binary | 10110111 | 1010100 | 11110011 | 11001 | 1000001 | 0 | 101 | 100010101 | 1010111 | 1000000 |
Color Harmonies of #B754F3
Complementary color
Monochromatic Colors of #B754F3
Black with #B754F3
Text Example
Text Example
White with #B754F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754F3; }
p { color: rgb(183,84,243); }
H1.HeaderClassName
{
color: #B754F3;
}
.AnyTagClassName
{
color: #B754F3;
}
</style>
background-color css
<style>
a { background-color: #B754F3; }
a { background-color: rgb(183,84,243); }
div.DivClassName
{
background-color: #B754F3;
}
.BgClassName
{
background-color: #B754F3;
}
</style>
border-color css
<style>
span { border-color: #B754F3; }
span { border-color: rgb(183,84,243); }
td.TdClassName
{
border-color: #B754F3;
}
.TagClassName
{
border-color: #B754F3;
}
</style>