Shades of Medium Orchid #B367F2
Tints of Medium Orchid #B367F2
RGB
CMYK
RGB Variations
Color information
#B367F2 (or 0xB367F2) is known color: Medium Orchid. HEX triplet: B3, 67 and F2. RGB value is (179,103,242). Sum of RGB (Red+Green+Blue) = 179+103+242=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #B367F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367F2 is #4C980D. Grayscale: #8D8D8D. Windows color (decimal): -5019662 or 15886259. OLE color: 15886259.
HSL color Cylindrical-coordinate representation of color #B367F2: hue angle of 272.81º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B367F2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 103 | 242 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.05 |
| HSL | 272.81º | 0.84% | 0.68% | - |
| HSV(B) | 272.81º | 0.57% | 0.95% | - |
| XYZ | 39.47 | 25.7 | 86.88 | - |
| YUV | 141.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 242 | 0.26 | 0.57 | 0 | 0.05 | 272.81 | 0.84 | 0.68 |
| Hex | B3 | 67 | F2 | 1A | 39 | 0 | 5 | 111 | 54 | 44 |
| Octal | 263 | 147 | 362 | 32 | 71 | 0 | 5 | 421 | 124 | 104 |
| Binary | 10110011 | 1100111 | 11110010 | 11010 | 111001 | 0 | 101 | 100010001 | 1010100 | 1000100 |
Color Harmonies of #B367F2
Complementary color
Monochromatic Colors of #B367F2
Black with #B367F2
Text Example
Text Example
White with #B367F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367F2; }
p { color: rgb(179,103,242); }
H1.HeaderClassName
{
color: #B367F2;
}
.AnyTagClassName
{
color: #B367F2;
}
</style>
background-color css
<style>
a { background-color: #B367F2; }
a { background-color: rgb(179,103,242); }
div.DivClassName
{
background-color: #B367F2;
}
.BgClassName
{
background-color: #B367F2;
}
</style>
border-color css
<style>
span { border-color: #B367F2; }
span { border-color: rgb(179,103,242); }
td.TdClassName
{
border-color: #B367F2;
}
.TagClassName
{
border-color: #B367F2;
}
</style>