Shades of Medium Orchid #B735F3
Tints of Medium Orchid #B735F3
RGB
CMYK
RGB Variations
Color information
#B735F3 (or 0xB735F3) is known color: Medium Orchid. HEX triplet: B7, 35 and F3. RGB value is (183,53,243). Sum of RGB (Red+Green+Blue) = 183+53+243=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #B735F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F3 is #48CA0C. Grayscale: #707070. Windows color (decimal): -4770317 or 15938999. OLE color: 15938999.
HSL color Cylindrical-coordinate representation of color #B735F3: hue angle of 281.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B735F3 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 53 | 243 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.05 |
| HSL | 281.05º | 0.89% | 0.58% | - |
| HSV(B) | 281.05º | 0.78% | 0.95% | - |
| XYZ | 36.98 | 19.08 | 86.53 | - |
| YUV | 113.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 243 | 0.25 | 0.78 | 0 | 0.05 | 281.05 | 0.89 | 0.58 |
| Hex | B7 | 35 | F3 | 19 | 4E | 0 | 5 | 119 | 59 | 3A |
| Octal | 267 | 65 | 363 | 31 | 116 | 0 | 5 | 431 | 131 | 72 |
| Binary | 10110111 | 110101 | 11110011 | 11001 | 1001110 | 0 | 101 | 100011001 | 1011001 | 111010 |
Color Harmonies of #B735F3
Complementary color
Monochromatic Colors of #B735F3
Black with #B735F3
Text Example
Text Example
White with #B735F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735F3; }
p { color: rgb(183,53,243); }
H1.HeaderClassName
{
color: #B735F3;
}
.AnyTagClassName
{
color: #B735F3;
}
</style>
background-color css
<style>
a { background-color: #B735F3; }
a { background-color: rgb(183,53,243); }
div.DivClassName
{
background-color: #B735F3;
}
.BgClassName
{
background-color: #B735F3;
}
</style>
border-color css
<style>
span { border-color: #B735F3; }
span { border-color: rgb(183,53,243); }
td.TdClassName
{
border-color: #B735F3;
}
.TagClassName
{
border-color: #B735F3;
}
</style>