Shades of Medium Orchid #B242FC
Tints of Medium Orchid #B242FC
RGB
CMYK
RGB Variations
Color information
#B242FC (or 0xB242FC) is known color: Medium Orchid. HEX triplet: B2, 42 and FC. RGB value is (178,66,252). Sum of RGB (Red+Green+Blue) = 178+66+252=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B242FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242FC is #4DBD03. Grayscale: #787878. Windows color (decimal): -5094660 or 16532146. OLE color: 16532146.
HSL color Cylindrical-coordinate representation of color #B242FC: hue angle of 276.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B242FC is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 66 | 252 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.01 |
| HSL | 276.13º | 0.97% | 0.62% | - |
| HSV(B) | 276.13º | 0.74% | 0.99% | - |
| XYZ | 37.88 | 20.39 | 94.03 | - |
| YUV | 120.69 | 202.11 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 252 | 0.29 | 0.74 | 0 | 0.01 | 276.13 | 0.97 | 0.62 |
| Hex | B2 | 42 | FC | 1D | 4A | 0 | 1 | 114 | 61 | 3E |
| Octal | 262 | 102 | 374 | 35 | 112 | 0 | 1 | 424 | 141 | 76 |
| Binary | 10110010 | 1000010 | 11111100 | 11101 | 1001010 | 0 | 1 | 100010100 | 1100001 | 111110 |
Color Harmonies of #B242FC
Complementary color
Monochromatic Colors of #B242FC
Black with #B242FC
Text Example
Text Example
White with #B242FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242FC; }
p { color: rgb(178,66,252); }
H1.HeaderClassName
{
color: #B242FC;
}
.AnyTagClassName
{
color: #B242FC;
}
</style>
background-color css
<style>
a { background-color: #B242FC; }
a { background-color: rgb(178,66,252); }
div.DivClassName
{
background-color: #B242FC;
}
.BgClassName
{
background-color: #B242FC;
}
</style>
border-color css
<style>
span { border-color: #B242FC; }
span { border-color: rgb(178,66,252); }
td.TdClassName
{
border-color: #B242FC;
}
.TagClassName
{
border-color: #B242FC;
}
</style>