Shades of Medium Orchid #B65DF4
Tints of Medium Orchid #B65DF4
RGB
CMYK
RGB Variations
Color information
#B65DF4 (or 0xB65DF4) is known color: Medium Orchid. HEX triplet: B6, 5D and F4. RGB value is (182,93,244). Sum of RGB (Red+Green+Blue) = 182+93+244=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #B65DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DF4 is #49A20B. Grayscale: #888888. Windows color (decimal): -4825612 or 16014774. OLE color: 16014774.
HSL color Cylindrical-coordinate representation of color #B65DF4: hue angle of 275.36º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65DF4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 93 | 244 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.04 |
| HSL | 275.36º | 0.87% | 0.66% | - |
| HSV(B) | 275.36º | 0.62% | 0.96% | - |
| XYZ | 39.53 | 24.31 | 88.2 | - |
| YUV | 136.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 244 | 0.25 | 0.62 | 0 | 0.04 | 275.36 | 0.87 | 0.66 |
| Hex | B6 | 5D | F4 | 19 | 3E | 0 | 4 | 113 | 57 | 42 |
| Octal | 266 | 135 | 364 | 31 | 76 | 0 | 4 | 423 | 127 | 102 |
| Binary | 10110110 | 1011101 | 11110100 | 11001 | 111110 | 0 | 100 | 100010011 | 1010111 | 1000010 |
Color Harmonies of #B65DF4
Complementary color
Monochromatic Colors of #B65DF4
Black with #B65DF4
Text Example
Text Example
White with #B65DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DF4; }
p { color: rgb(182,93,244); }
H1.HeaderClassName
{
color: #B65DF4;
}
.AnyTagClassName
{
color: #B65DF4;
}
</style>
background-color css
<style>
a { background-color: #B65DF4; }
a { background-color: rgb(182,93,244); }
div.DivClassName
{
background-color: #B65DF4;
}
.BgClassName
{
background-color: #B65DF4;
}
</style>
border-color css
<style>
span { border-color: #B65DF4; }
span { border-color: rgb(182,93,244); }
td.TdClassName
{
border-color: #B65DF4;
}
.TagClassName
{
border-color: #B65DF4;
}
</style>