Shades of Medium Orchid #B364F2
Tints of Medium Orchid #B364F2
RGB
CMYK
RGB Variations
Color information
#B364F2 (or 0xB364F2) is known color: Medium Orchid. HEX triplet: B3, 64 and F2. RGB value is (179,100,242). Sum of RGB (Red+Green+Blue) = 179+100+242=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #B364F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364F2 is #4C9B0D. Grayscale: #8B8B8B. Windows color (decimal): -5020430 or 15885491. OLE color: 15885491.
HSL color Cylindrical-coordinate representation of color #B364F2: hue angle of 273.38º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B364F2 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 100 | 242 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.05 |
| HSL | 273.38º | 0.85% | 0.67% | - |
| HSV(B) | 273.38º | 0.59% | 0.95% | - |
| XYZ | 39.17 | 25.11 | 86.79 | - |
| YUV | 139.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 242 | 0.26 | 0.59 | 0 | 0.05 | 273.38 | 0.85 | 0.67 |
| Hex | B3 | 64 | F2 | 1A | 3B | 0 | 5 | 111 | 55 | 43 |
| Octal | 263 | 144 | 362 | 32 | 73 | 0 | 5 | 421 | 125 | 103 |
| Binary | 10110011 | 1100100 | 11110010 | 11010 | 111011 | 0 | 101 | 100010001 | 1010101 | 1000011 |
Color Harmonies of #B364F2
Complementary color
Monochromatic Colors of #B364F2
Black with #B364F2
Text Example
Text Example
White with #B364F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364F2; }
p { color: rgb(179,100,242); }
H1.HeaderClassName
{
color: #B364F2;
}
.AnyTagClassName
{
color: #B364F2;
}
</style>
background-color css
<style>
a { background-color: #B364F2; }
a { background-color: rgb(179,100,242); }
div.DivClassName
{
background-color: #B364F2;
}
.BgClassName
{
background-color: #B364F2;
}
</style>
border-color css
<style>
span { border-color: #B364F2; }
span { border-color: rgb(179,100,242); }
td.TdClassName
{
border-color: #B364F2;
}
.TagClassName
{
border-color: #B364F2;
}
</style>