Shades of Medium Orchid #B755FE
Tints of Medium Orchid #B755FE
RGB
CMYK
RGB Variations
Color information
#B755FE (or 0xB755FE) is known color: Medium Orchid. HEX triplet: B7, 55 and FE. RGB value is (183,85,254). Sum of RGB (Red+Green+Blue) = 183+85+254=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B755FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755FE is #48AA01. Grayscale: #848484. Windows color (decimal): -4762114 or 16668087. OLE color: 16668087.
HSL color Cylindrical-coordinate representation of color #B755FE: hue angle of 274.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B755FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 85 | 254 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.00 |
| HSL | 274.79º | 0.99% | 0.66% | - |
| HSV(B) | 274.79º | 0.67% | 1% | - |
| XYZ | 40.67 | 23.72 | 96.2 | - |
| YUV | 133.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 254 | 0.28 | 0.67 | 0 | 0.00 | 274.79 | 0.99 | 0.66 |
| Hex | B7 | 55 | FE | 1C | 43 | 0 | 0 | 113 | 63 | 42 |
| Octal | 267 | 125 | 376 | 34 | 103 | 0 | 0 | 423 | 143 | 102 |
| Binary | 10110111 | 1010101 | 11111110 | 11100 | 1000011 | 0 | 0 | 100010011 | 1100011 | 1000010 |
Color Harmonies of #B755FE
Complementary color
Monochromatic Colors of #B755FE
Black with #B755FE
Text Example
Text Example
White with #B755FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755FE; }
p { color: rgb(183,85,254); }
H1.HeaderClassName
{
color: #B755FE;
}
.AnyTagClassName
{
color: #B755FE;
}
</style>
background-color css
<style>
a { background-color: #B755FE; }
a { background-color: rgb(183,85,254); }
div.DivClassName
{
background-color: #B755FE;
}
.BgClassName
{
background-color: #B755FE;
}
</style>
border-color css
<style>
span { border-color: #B755FE; }
span { border-color: rgb(183,85,254); }
td.TdClassName
{
border-color: #B755FE;
}
.TagClassName
{
border-color: #B755FE;
}
</style>