Shades of Medium Orchid #B838FA
Tints of Medium Orchid #B838FA
RGB
CMYK
RGB Variations
Color information
#B838FA (or 0xB838FA) is known color: Medium Orchid. HEX triplet: B8, 38 and FA. RGB value is (184,56,250). Sum of RGB (Red+Green+Blue) = 184+56+250=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #B838FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B838FA is #47C705. Grayscale: #737373. Windows color (decimal): -4704006 or 16398520. OLE color: 16398520.
HSL color Cylindrical-coordinate representation of color #B838FA: hue angle of 279.59º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B838FA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 56 | 250 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 279.59º | 0.95% | 0.6% | - |
| HSV(B) | 279.59º | 0.78% | 0.98% | - |
| XYZ | 38.44 | 19.92 | 92.26 | - |
| YUV | 116.39 | 203.41 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 250 | 0.26 | 0.78 | 0 | 0.02 | 279.59 | 0.95 | 0.6 |
| Hex | B8 | 38 | FA | 1A | 4E | 0 | 2 | 118 | 5F | 3C |
| Octal | 270 | 70 | 372 | 32 | 116 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111000 | 111000 | 11111010 | 11010 | 1001110 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #B838FA
Complementary color
Monochromatic Colors of #B838FA
Black with #B838FA
Text Example
Text Example
White with #B838FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838FA; }
p { color: rgb(184,56,250); }
H1.HeaderClassName
{
color: #B838FA;
}
.AnyTagClassName
{
color: #B838FA;
}
</style>
background-color css
<style>
a { background-color: #B838FA; }
a { background-color: rgb(184,56,250); }
div.DivClassName
{
background-color: #B838FA;
}
.BgClassName
{
background-color: #B838FA;
}
</style>
border-color css
<style>
span { border-color: #B838FA; }
span { border-color: rgb(184,56,250); }
td.TdClassName
{
border-color: #B838FA;
}
.TagClassName
{
border-color: #B838FA;
}
</style>