Shades of Medium Orchid #B64BFA
Tints of Medium Orchid #B64BFA
RGB
CMYK
RGB Variations
Color information
#B64BFA (or 0xB64BFA) is known color: Medium Orchid. HEX triplet: B6, 4B and FA. RGB value is (182,75,250). Sum of RGB (Red+Green+Blue) = 182+75+250=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #B64BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BFA is #49B405. Grayscale: #7E7E7E. Windows color (decimal): -4830214 or 16403382. OLE color: 16403382.
HSL color Cylindrical-coordinate representation of color #B64BFA: hue angle of 276.69º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64BFA is Cyan = 0.27, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 75 | 250 | - |
| CMYK | 0.27 | 0.7 | 0 | 0.02 |
| HSL | 276.69º | 0.95% | 0.64% | - |
| HSV(B) | 276.69º | 0.7% | 0.98% | - |
| XYZ | 39.06 | 21.88 | 92.61 | - |
| YUV | 126.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 250 | 0.27 | 0.7 | 0 | 0.02 | 276.69 | 0.95 | 0.64 |
| Hex | B6 | 4B | FA | 1B | 46 | 0 | 2 | 115 | 5F | 40 |
| Octal | 266 | 113 | 372 | 33 | 106 | 0 | 2 | 425 | 137 | 100 |
| Binary | 10110110 | 1001011 | 11111010 | 11011 | 1000110 | 0 | 10 | 100010101 | 1011111 | 1000000 |
Color Harmonies of #B64BFA
Complementary color
Monochromatic Colors of #B64BFA
Black with #B64BFA
Text Example
Text Example
White with #B64BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BFA; }
p { color: rgb(182,75,250); }
H1.HeaderClassName
{
color: #B64BFA;
}
.AnyTagClassName
{
color: #B64BFA;
}
</style>
background-color css
<style>
a { background-color: #B64BFA; }
a { background-color: rgb(182,75,250); }
div.DivClassName
{
background-color: #B64BFA;
}
.BgClassName
{
background-color: #B64BFA;
}
</style>
border-color css
<style>
span { border-color: #B64BFA; }
span { border-color: rgb(182,75,250); }
td.TdClassName
{
border-color: #B64BFA;
}
.TagClassName
{
border-color: #B64BFA;
}
</style>