Shades of Medium Orchid #B735FC
Tints of Medium Orchid #B735FC
RGB
CMYK
RGB Variations
Color information
#B735FC (or 0xB735FC) is known color: Medium Orchid. HEX triplet: B7, 35 and FC. RGB value is (183,53,252). Sum of RGB (Red+Green+Blue) = 183+53+252=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #B735FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735FC is #48CA03. Grayscale: #717171. Windows color (decimal): -4770308 or 16528823. OLE color: 16528823.
HSL color Cylindrical-coordinate representation of color #B735FC: hue angle of 279.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B735FC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 53 | 252 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.01 |
| HSL | 279.2º | 0.97% | 0.6% | - |
| HSV(B) | 279.2º | 0.79% | 0.99% | - |
| XYZ | 38.37 | 19.64 | 93.86 | - |
| YUV | 114.56 | 205.57 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 252 | 0.27 | 0.79 | 0 | 0.01 | 279.2 | 0.97 | 0.6 |
| Hex | B7 | 35 | FC | 1B | 4F | 0 | 1 | 117 | 61 | 3C |
| Octal | 267 | 65 | 374 | 33 | 117 | 0 | 1 | 427 | 141 | 74 |
| Binary | 10110111 | 110101 | 11111100 | 11011 | 1001111 | 0 | 1 | 100010111 | 1100001 | 111100 |
Color Harmonies of #B735FC
Complementary color
Monochromatic Colors of #B735FC
Black with #B735FC
Text Example
Text Example
White with #B735FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735FC; }
p { color: rgb(183,53,252); }
H1.HeaderClassName
{
color: #B735FC;
}
.AnyTagClassName
{
color: #B735FC;
}
</style>
background-color css
<style>
a { background-color: #B735FC; }
a { background-color: rgb(183,53,252); }
div.DivClassName
{
background-color: #B735FC;
}
.BgClassName
{
background-color: #B735FC;
}
</style>
border-color css
<style>
span { border-color: #B735FC; }
span { border-color: rgb(183,53,252); }
td.TdClassName
{
border-color: #B735FC;
}
.TagClassName
{
border-color: #B735FC;
}
</style>