Shades of Medium Orchid #B735F2
Tints of Medium Orchid #B735F2
RGB
CMYK
RGB Variations
Color information
#B735F2 (or 0xB735F2) is known color: Medium Orchid. HEX triplet: B7, 35 and F2. RGB value is (183,53,242). Sum of RGB (Red+Green+Blue) = 183+53+242=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #B735F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F2 is #48CA0D. Grayscale: #707070. Windows color (decimal): -4770318 or 15873463. OLE color: 15873463.
HSL color Cylindrical-coordinate representation of color #B735F2: hue angle of 281.27º degrees, saturation: 0.88, 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 #B735F2 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 53 | 242 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.05 |
| HSL | 281.27º | 0.88% | 0.58% | - |
| HSV(B) | 281.27º | 0.78% | 0.95% | - |
| XYZ | 36.83 | 19.02 | 85.74 | - |
| YUV | 113.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 242 | 0.24 | 0.78 | 0 | 0.05 | 281.27 | 0.88 | 0.58 |
| Hex | B7 | 35 | F2 | 18 | 4E | 0 | 5 | 119 | 58 | 3A |
| Octal | 267 | 65 | 362 | 30 | 116 | 0 | 5 | 431 | 130 | 72 |
| Binary | 10110111 | 110101 | 11110010 | 11000 | 1001110 | 0 | 101 | 100011001 | 1011000 | 111010 |
Color Harmonies of #B735F2
Complementary color
Monochromatic Colors of #B735F2
Black with #B735F2
Text Example
Text Example
White with #B735F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735F2; }
p { color: rgb(183,53,242); }
H1.HeaderClassName
{
color: #B735F2;
}
.AnyTagClassName
{
color: #B735F2;
}
</style>
background-color css
<style>
a { background-color: #B735F2; }
a { background-color: rgb(183,53,242); }
div.DivClassName
{
background-color: #B735F2;
}
.BgClassName
{
background-color: #B735F2;
}
</style>
border-color css
<style>
span { border-color: #B735F2; }
span { border-color: rgb(183,53,242); }
td.TdClassName
{
border-color: #B735F2;
}
.TagClassName
{
border-color: #B735F2;
}
</style>