Shades of Medium Orchid #B64AFB
Tints of Medium Orchid #B64AFB
RGB
CMYK
RGB Variations
Color information
#B64AFB (or 0xB64AFB) is known color: Medium Orchid. HEX triplet: B6, 4A and FB. RGB value is (182,74,251). Sum of RGB (Red+Green+Blue) = 182+74+251=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B64AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AFB is #49B504. Grayscale: #7D7D7D. Windows color (decimal): -4830469 or 16468662. OLE color: 16468662.
HSL color Cylindrical-coordinate representation of color #B64AFB: hue angle of 276.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B64AFB is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 74 | 251 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.02 |
| HSL | 276.61º | 0.96% | 0.64% | - |
| HSV(B) | 276.61º | 0.71% | 0.98% | - |
| XYZ | 39.15 | 21.81 | 93.41 | - |
| YUV | 126.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 251 | 0.27 | 0.71 | 0 | 0.02 | 276.61 | 0.96 | 0.64 |
| Hex | B6 | 4A | FB | 1B | 47 | 0 | 2 | 115 | 60 | 40 |
| Octal | 266 | 112 | 373 | 33 | 107 | 0 | 2 | 425 | 140 | 100 |
| Binary | 10110110 | 1001010 | 11111011 | 11011 | 1000111 | 0 | 10 | 100010101 | 1100000 | 1000000 |
Color Harmonies of #B64AFB
Complementary color
Monochromatic Colors of #B64AFB
Black with #B64AFB
Text Example
Text Example
White with #B64AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AFB; }
p { color: rgb(182,74,251); }
H1.HeaderClassName
{
color: #B64AFB;
}
.AnyTagClassName
{
color: #B64AFB;
}
</style>
background-color css
<style>
a { background-color: #B64AFB; }
a { background-color: rgb(182,74,251); }
div.DivClassName
{
background-color: #B64AFB;
}
.BgClassName
{
background-color: #B64AFB;
}
</style>
border-color css
<style>
span { border-color: #B64AFB; }
span { border-color: rgb(182,74,251); }
td.TdClassName
{
border-color: #B64AFB;
}
.TagClassName
{
border-color: #B64AFB;
}
</style>