Shades of Medium Orchid #B152F3
Tints of Medium Orchid #B152F3
RGB
CMYK
RGB Variations
Color information
#B152F3 (or 0xB152F3) is known color: Medium Orchid. HEX triplet: B1, 52 and F3. RGB value is (177,82,243). Sum of RGB (Red+Green+Blue) = 177+82+243=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #B152F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152F3 is #4EAD0C. Grayscale: #808080. Windows color (decimal): -5156109 or 15946417. OLE color: 15946417.
HSL color Cylindrical-coordinate representation of color #B152F3: hue angle of 275.4º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B152F3 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 82 | 243 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.05 |
| HSL | 275.4º | 0.87% | 0.64% | - |
| HSV(B) | 275.4º | 0.66% | 0.95% | - |
| XYZ | 37.33 | 21.85 | 87.04 | - |
| YUV | 128.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 243 | 0.27 | 0.66 | 0 | 0.05 | 275.4 | 0.87 | 0.64 |
| Hex | B1 | 52 | F3 | 1B | 42 | 0 | 5 | 113 | 57 | 40 |
| Octal | 261 | 122 | 363 | 33 | 102 | 0 | 5 | 423 | 127 | 100 |
| Binary | 10110001 | 1010010 | 11110011 | 11011 | 1000010 | 0 | 101 | 100010011 | 1010111 | 1000000 |
Color Harmonies of #B152F3
Complementary color
Monochromatic Colors of #B152F3
Black with #B152F3
Text Example
Text Example
White with #B152F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152F3; }
p { color: rgb(177,82,243); }
H1.HeaderClassName
{
color: #B152F3;
}
.AnyTagClassName
{
color: #B152F3;
}
</style>
background-color css
<style>
a { background-color: #B152F3; }
a { background-color: rgb(177,82,243); }
div.DivClassName
{
background-color: #B152F3;
}
.BgClassName
{
background-color: #B152F3;
}
</style>
border-color css
<style>
span { border-color: #B152F3; }
span { border-color: rgb(177,82,243); }
td.TdClassName
{
border-color: #B152F3;
}
.TagClassName
{
border-color: #B152F3;
}
</style>