Shades of Medium Orchid #B735F1
Tints of Medium Orchid #B735F1
RGB
CMYK
RGB Variations
Color information
#B735F1 (or 0xB735F1) is known color: Medium Orchid. HEX triplet: B7, 35 and F1. RGB value is (183,53,241). Sum of RGB (Red+Green+Blue) = 183+53+241=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #B735F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F1 is #48CA0E. Grayscale: #707070. Windows color (decimal): -4770319 or 15807927. OLE color: 15807927.
HSL color Cylindrical-coordinate representation of color #B735F1: hue angle of 281.49º degrees, saturation: 0.87, 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 #B735F1 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 53 | 241 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.05 |
| HSL | 281.49º | 0.87% | 0.58% | - |
| HSV(B) | 281.49º | 0.78% | 0.95% | - |
| XYZ | 36.68 | 18.96 | 84.95 | - |
| YUV | 113.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 241 | 0.24 | 0.78 | 0 | 0.05 | 281.49 | 0.87 | 0.58 |
| Hex | B7 | 35 | F1 | 18 | 4E | 0 | 5 | 119 | 57 | 3A |
| Octal | 267 | 65 | 361 | 30 | 116 | 0 | 5 | 431 | 127 | 72 |
| Binary | 10110111 | 110101 | 11110001 | 11000 | 1001110 | 0 | 101 | 100011001 | 1010111 | 111010 |
Color Harmonies of #B735F1
Complementary color
Monochromatic Colors of #B735F1
Black with #B735F1
Text Example
Text Example
White with #B735F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735F1; }
p { color: rgb(183,53,241); }
H1.HeaderClassName
{
color: #B735F1;
}
.AnyTagClassName
{
color: #B735F1;
}
</style>
background-color css
<style>
a { background-color: #B735F1; }
a { background-color: rgb(183,53,241); }
div.DivClassName
{
background-color: #B735F1;
}
.BgClassName
{
background-color: #B735F1;
}
</style>
border-color css
<style>
span { border-color: #B735F1; }
span { border-color: rgb(183,53,241); }
td.TdClassName
{
border-color: #B735F1;
}
.TagClassName
{
border-color: #B735F1;
}
</style>