Shades of Medium Orchid #B755FD
Tints of Medium Orchid #B755FD
RGB
CMYK
RGB Variations
Color information
#B755FD (or 0xB755FD) is known color: Medium Orchid. HEX triplet: B7, 55 and FD. RGB value is (183,85,253). Sum of RGB (Red+Green+Blue) = 183+85+253=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #B755FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755FD is #48AA02. Grayscale: #848484. Windows color (decimal): -4762115 or 16602551. OLE color: 16602551.
HSL color Cylindrical-coordinate representation of color #B755FD: hue angle of 275º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B755FD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 85 | 253 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.01 |
| HSL | 275º | 0.98% | 0.66% | - |
| HSV(B) | 275º | 0.66% | 0.99% | - |
| XYZ | 40.51 | 23.66 | 95.36 | - |
| YUV | 133.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 253 | 0.28 | 0.66 | 0 | 0.01 | 275 | 0.98 | 0.66 |
| Hex | B7 | 55 | FD | 1C | 42 | 0 | 1 | 113 | 62 | 42 |
| Octal | 267 | 125 | 375 | 34 | 102 | 0 | 1 | 423 | 142 | 102 |
| Binary | 10110111 | 1010101 | 11111101 | 11100 | 1000010 | 0 | 1 | 100010011 | 1100010 | 1000010 |
Color Harmonies of #B755FD
Complementary color
Monochromatic Colors of #B755FD
Black with #B755FD
Text Example
Text Example
White with #B755FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755FD; }
p { color: rgb(183,85,253); }
H1.HeaderClassName
{
color: #B755FD;
}
.AnyTagClassName
{
color: #B755FD;
}
</style>
background-color css
<style>
a { background-color: #B755FD; }
a { background-color: rgb(183,85,253); }
div.DivClassName
{
background-color: #B755FD;
}
.BgClassName
{
background-color: #B755FD;
}
</style>
border-color css
<style>
span { border-color: #B755FD; }
span { border-color: rgb(183,85,253); }
td.TdClassName
{
border-color: #B755FD;
}
.TagClassName
{
border-color: #B755FD;
}
</style>