Shades of Medium Orchid #B735F4
Tints of Medium Orchid #B735F4
RGB
CMYK
RGB Variations
Color information
#B735F4 (or 0xB735F4) is known color: Medium Orchid. HEX triplet: B7, 35 and F4. RGB value is (183,53,244). Sum of RGB (Red+Green+Blue) = 183+53+244=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #B735F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F4 is #48CA0B. Grayscale: #717171. Windows color (decimal): -4770316 or 16004535. OLE color: 16004535.
HSL color Cylindrical-coordinate representation of color #B735F4: hue angle of 280.84º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B735F4 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 53 | 244 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.04 |
| HSL | 280.84º | 0.9% | 0.58% | - |
| HSV(B) | 280.84º | 0.78% | 0.96% | - |
| XYZ | 37.13 | 19.15 | 87.33 | - |
| YUV | 113.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 244 | 0.25 | 0.78 | 0 | 0.04 | 280.84 | 0.9 | 0.58 |
| Hex | B7 | 35 | F4 | 19 | 4E | 0 | 4 | 119 | 5A | 3A |
| Octal | 267 | 65 | 364 | 31 | 116 | 0 | 4 | 431 | 132 | 72 |
| Binary | 10110111 | 110101 | 11110100 | 11001 | 1001110 | 0 | 100 | 100011001 | 1011010 | 111010 |
Color Harmonies of #B735F4
Complementary color
Monochromatic Colors of #B735F4
Black with #B735F4
Text Example
Text Example
White with #B735F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735F4; }
p { color: rgb(183,53,244); }
H1.HeaderClassName
{
color: #B735F4;
}
.AnyTagClassName
{
color: #B735F4;
}
</style>
background-color css
<style>
a { background-color: #B735F4; }
a { background-color: rgb(183,53,244); }
div.DivClassName
{
background-color: #B735F4;
}
.BgClassName
{
background-color: #B735F4;
}
</style>
border-color css
<style>
span { border-color: #B735F4; }
span { border-color: rgb(183,53,244); }
td.TdClassName
{
border-color: #B735F4;
}
.TagClassName
{
border-color: #B735F4;
}
</style>