Shades of Medium Orchid #B735DA
Tints of Medium Orchid #B735DA
RGB
CMYK
RGB Variations
Color information
#B735DA (or 0xB735DA) is known color: Medium Orchid. HEX triplet: B7, 35 and DA. RGB value is (183,53,218). Sum of RGB (Red+Green+Blue) = 183+53+218=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #B735DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735DA is #48CA25. Grayscale: #6E6E6E. Windows color (decimal): -4770342 or 14300599. OLE color: 14300599.
HSL color Cylindrical-coordinate representation of color #B735DA: hue angle of 287.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B735DA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 53 | 218 | - |
CMYK | 0.16 | 0.76 | 0 | 0.15 |
HSL | 287.27º | 0.69% | 0.53% | - |
HSV(B) | 287.27º | 0.76% | 0.85% | - |
XYZ | 33.46 | 17.68 | 67.98 | - |
YUV | 110.68 | 188.57 | 179.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 53 | 218 | 0.16 | 0.76 | 0 | 0.15 | 287.27 | 0.69 | 0.53 |
Hex | B7 | 35 | DA | 10 | 4C | 0 | F | 11F | 45 | 35 |
Octal | 267 | 65 | 332 | 20 | 114 | 0 | 17 | 437 | 105 | 65 |
Binary | 10110111 | 110101 | 11011010 | 10000 | 1001100 | 0 | 1111 | 100011111 | 1000101 | 110101 |
Color Harmonies of #B735DA
Complementary color
Monochromatic Colors of #B735DA
Black with #B735DA
Text Example
Text Example
White with #B735DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735DA; }
p { color: rgb(183,53,218); }
H1.HeaderClassName
{
color: #B735DA;
}
.AnyTagClassName
{
color: #B735DA;
}
</style>
background-color css
<style>
a { background-color: #B735DA; }
a { background-color: rgb(183,53,218); }
div.DivClassName
{
background-color: #B735DA;
}
.BgClassName
{
background-color: #B735DA;
}
</style>
border-color css
<style>
span { border-color: #B735DA; }
span { border-color: rgb(183,53,218); }
td.TdClassName
{
border-color: #B735DA;
}
.TagClassName
{
border-color: #B735DA;
}
</style>