Shades of Medium Orchid #B64AD5
Tints of Medium Orchid #B64AD5
RGB
CMYK
RGB Variations
Color information
#B64AD5 (or 0xB64AD5) is known color: Medium Orchid. HEX triplet: B6, 4A and D5. RGB value is (182,74,213). Sum of RGB (Red+Green+Blue) = 182+74+213=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #B64AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AD5 is #49B52A. Grayscale: #797979. Windows color (decimal): -4830507 or 13978294. OLE color: 13978294.
HSL color Cylindrical-coordinate representation of color #B64AD5: hue angle of 286.62º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64AD5 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 74 | 213 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.16 |
| HSL | 286.62º | 0.62% | 0.56% | - |
| HSV(B) | 286.62º | 0.65% | 0.84% | - |
| XYZ | 33.75 | 19.65 | 64.96 | - |
| YUV | 122.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 213 | 0.15 | 0.65 | 0 | 0.16 | 286.62 | 0.62 | 0.56 |
| Hex | B6 | 4A | D5 | F | 41 | 0 | 10 | 11F | 3E | 38 |
| Octal | 266 | 112 | 325 | 17 | 101 | 0 | 20 | 437 | 76 | 70 |
| Binary | 10110110 | 1001010 | 11010101 | 1111 | 1000001 | 0 | 10000 | 100011111 | 111110 | 111000 |
Color Harmonies of #B64AD5
Complementary color
Monochromatic Colors of #B64AD5
Black with #B64AD5
Text Example
Text Example
White with #B64AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AD5; }
p { color: rgb(182,74,213); }
H1.HeaderClassName
{
color: #B64AD5;
}
.AnyTagClassName
{
color: #B64AD5;
}
</style>
background-color css
<style>
a { background-color: #B64AD5; }
a { background-color: rgb(182,74,213); }
div.DivClassName
{
background-color: #B64AD5;
}
.BgClassName
{
background-color: #B64AD5;
}
</style>
border-color css
<style>
span { border-color: #B64AD5; }
span { border-color: rgb(182,74,213); }
td.TdClassName
{
border-color: #B64AD5;
}
.TagClassName
{
border-color: #B64AD5;
}
</style>