Shades of Medium Orchid #B645F2
Tints of Medium Orchid #B645F2
RGB
CMYK
RGB Variations
Color information
#B645F2 (or 0xB645F2) is known color: Medium Orchid. HEX triplet: B6, 45 and F2. RGB value is (182,69,242). Sum of RGB (Red+Green+Blue) = 182+69+242=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #B645F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645F2 is #49BA0D. Grayscale: #797979. Windows color (decimal): -4831758 or 15877558. OLE color: 15877558.
HSL color Cylindrical-coordinate representation of color #B645F2: hue angle of 279.19º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B645F2 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 69 | 242 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.05 |
| HSL | 279.19º | 0.87% | 0.61% | - |
| HSV(B) | 279.19º | 0.71% | 0.95% | - |
| XYZ | 37.45 | 20.61 | 86.01 | - |
| YUV | 122.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 242 | 0.25 | 0.71 | 0 | 0.05 | 279.19 | 0.87 | 0.61 |
| Hex | B6 | 45 | F2 | 19 | 47 | 0 | 5 | 117 | 57 | 3D |
| Octal | 266 | 105 | 362 | 31 | 107 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110110 | 1000101 | 11110010 | 11001 | 1000111 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B645F2
Complementary color
Monochromatic Colors of #B645F2
Black with #B645F2
Text Example
Text Example
White with #B645F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B645F2; }
p { color: rgb(182,69,242); }
H1.HeaderClassName
{
color: #B645F2;
}
.AnyTagClassName
{
color: #B645F2;
}
</style>
background-color css
<style>
a { background-color: #B645F2; }
a { background-color: rgb(182,69,242); }
div.DivClassName
{
background-color: #B645F2;
}
.BgClassName
{
background-color: #B645F2;
}
</style>
border-color css
<style>
span { border-color: #B645F2; }
span { border-color: rgb(182,69,242); }
td.TdClassName
{
border-color: #B645F2;
}
.TagClassName
{
border-color: #B645F2;
}
</style>