Shades of Medium Orchid #B243FE
Tints of Medium Orchid #B243FE
RGB
CMYK
RGB Variations
Color information
#B243FE (or 0xB243FE) is known color: Medium Orchid. HEX triplet: B2, 43 and FE. RGB value is (178,67,254). Sum of RGB (Red+Green+Blue) = 178+67+254=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #B243FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B243FE is #4DBC01. Grayscale: #787878. Windows color (decimal): -5094402 or 16663474. OLE color: 16663474.
HSL color Cylindrical-coordinate representation of color #B243FE: hue angle of 275.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B243FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 67 | 254 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.00 |
| HSL | 275.62º | 0.99% | 0.63% | - |
| HSV(B) | 275.62º | 0.74% | 1% | - |
| XYZ | 38.26 | 20.64 | 95.73 | - |
| YUV | 121.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 254 | 0.30 | 0.74 | 0 | 0.00 | 275.62 | 0.99 | 0.63 |
| Hex | B2 | 43 | FE | 1E | 4A | 0 | 0 | 114 | 63 | 3F |
| Octal | 262 | 103 | 376 | 36 | 112 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110010 | 1000011 | 11111110 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B243FE
Complementary color
Monochromatic Colors of #B243FE
Black with #B243FE
Text Example
Text Example
White with #B243FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B243FE; }
p { color: rgb(178,67,254); }
H1.HeaderClassName
{
color: #B243FE;
}
.AnyTagClassName
{
color: #B243FE;
}
</style>
background-color css
<style>
a { background-color: #B243FE; }
a { background-color: rgb(178,67,254); }
div.DivClassName
{
background-color: #B243FE;
}
.BgClassName
{
background-color: #B243FE;
}
</style>
border-color css
<style>
span { border-color: #B243FE; }
span { border-color: rgb(178,67,254); }
td.TdClassName
{
border-color: #B243FE;
}
.TagClassName
{
border-color: #B243FE;
}
</style>