Shades of Medium Orchid #B64FDA
Tints of Medium Orchid #B64FDA
RGB
CMYK
RGB Variations
Color information
#B64FDA (or 0xB64FDA) is known color: Medium Orchid. HEX triplet: B6, 4F and DA. RGB value is (182,79,218). Sum of RGB (Red+Green+Blue) = 182+79+218=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #B64FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FDA is #49B025. Grayscale: #7D7D7D. Windows color (decimal): -4829222 or 14307254. OLE color: 14307254.
HSL color Cylindrical-coordinate representation of color #B64FDA: hue angle of 284.46º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64FDA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 79 | 218 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.15 |
| HSL | 284.46º | 0.65% | 0.58% | - |
| HSV(B) | 284.46º | 0.64% | 0.85% | - |
| XYZ | 34.74 | 20.6 | 68.47 | - |
| YUV | 125.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 218 | 0.17 | 0.64 | 0 | 0.15 | 284.46 | 0.65 | 0.58 |
| Hex | B6 | 4F | DA | 11 | 40 | 0 | F | 11C | 41 | 3A |
| Octal | 266 | 117 | 332 | 21 | 100 | 0 | 17 | 434 | 101 | 72 |
| Binary | 10110110 | 1001111 | 11011010 | 10001 | 1000000 | 0 | 1111 | 100011100 | 1000001 | 111010 |
Color Harmonies of #B64FDA
Complementary color
Monochromatic Colors of #B64FDA
Black with #B64FDA
Text Example
Text Example
White with #B64FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FDA; }
p { color: rgb(182,79,218); }
H1.HeaderClassName
{
color: #B64FDA;
}
.AnyTagClassName
{
color: #B64FDA;
}
</style>
background-color css
<style>
a { background-color: #B64FDA; }
a { background-color: rgb(182,79,218); }
div.DivClassName
{
background-color: #B64FDA;
}
.BgClassName
{
background-color: #B64FDA;
}
</style>
border-color css
<style>
span { border-color: #B64FDA; }
span { border-color: rgb(182,79,218); }
td.TdClassName
{
border-color: #B64FDA;
}
.TagClassName
{
border-color: #B64FDA;
}
</style>