Shades of Medium Orchid #B735F7
Tints of Medium Orchid #B735F7
RGB
CMYK
RGB Variations
Color information
#B735F7 (or 0xB735F7) is known color: Medium Orchid. HEX triplet: B7, 35 and F7. RGB value is (183,53,247). Sum of RGB (Red+Green+Blue) = 183+53+247=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #B735F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F7 is #48CA08. Grayscale: #717171. Windows color (decimal): -4770313 or 16201143. OLE color: 16201143.
HSL color Cylindrical-coordinate representation of color #B735F7: hue angle of 280.21º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B735F7 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 53 | 247 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.03 |
| HSL | 280.21º | 0.92% | 0.59% | - |
| HSV(B) | 280.21º | 0.79% | 0.97% | - |
| XYZ | 37.59 | 19.33 | 89.75 | - |
| YUV | 113.99 | 203.07 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 247 | 0.26 | 0.79 | 0 | 0.03 | 280.21 | 0.92 | 0.59 |
| Hex | B7 | 35 | F7 | 1A | 4F | 0 | 3 | 118 | 5C | 3B |
| Octal | 267 | 65 | 367 | 32 | 117 | 0 | 3 | 430 | 134 | 73 |
| Binary | 10110111 | 110101 | 11110111 | 11010 | 1001111 | 0 | 11 | 100011000 | 1011100 | 111011 |
Color Harmonies of #B735F7
Complementary color
Monochromatic Colors of #B735F7
Black with #B735F7
Text Example
Text Example
White with #B735F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735F7; }
p { color: rgb(183,53,247); }
H1.HeaderClassName
{
color: #B735F7;
}
.AnyTagClassName
{
color: #B735F7;
}
</style>
background-color css
<style>
a { background-color: #B735F7; }
a { background-color: rgb(183,53,247); }
div.DivClassName
{
background-color: #B735F7;
}
.BgClassName
{
background-color: #B735F7;
}
</style>
border-color css
<style>
span { border-color: #B735F7; }
span { border-color: rgb(183,53,247); }
td.TdClassName
{
border-color: #B735F7;
}
.TagClassName
{
border-color: #B735F7;
}
</style>