Shades of Medium Orchid #B241FA
Tints of Medium Orchid #B241FA
RGB
CMYK
RGB Variations
Color information
#B241FA (or 0xB241FA) is known color: Medium Orchid. HEX triplet: B2, 41 and FA. RGB value is (178,65,250). Sum of RGB (Red+Green+Blue) = 178+65+250=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #B241FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241FA is #4DBE05. Grayscale: #777777. Windows color (decimal): -5094918 or 16400818. OLE color: 16400818.
HSL color Cylindrical-coordinate representation of color #B241FA: hue angle of 276.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B241FA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 65 | 250 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.02 |
| HSL | 276.65º | 0.95% | 0.62% | - |
| HSV(B) | 276.65º | 0.74% | 0.98% | - |
| XYZ | 37.51 | 20.15 | 92.35 | - |
| YUV | 119.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 250 | 0.29 | 0.74 | 0 | 0.02 | 276.65 | 0.95 | 0.62 |
| Hex | B2 | 41 | FA | 1D | 4A | 0 | 2 | 115 | 5F | 3E |
| Octal | 262 | 101 | 372 | 35 | 112 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110010 | 1000001 | 11111010 | 11101 | 1001010 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B241FA
Complementary color
Monochromatic Colors of #B241FA
Black with #B241FA
Text Example
Text Example
White with #B241FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241FA; }
p { color: rgb(178,65,250); }
H1.HeaderClassName
{
color: #B241FA;
}
.AnyTagClassName
{
color: #B241FA;
}
</style>
background-color css
<style>
a { background-color: #B241FA; }
a { background-color: rgb(178,65,250); }
div.DivClassName
{
background-color: #B241FA;
}
.BgClassName
{
background-color: #B241FA;
}
</style>
border-color css
<style>
span { border-color: #B241FA; }
span { border-color: rgb(178,65,250); }
td.TdClassName
{
border-color: #B241FA;
}
.TagClassName
{
border-color: #B241FA;
}
</style>