Shades of Medium Orchid #B732F1
Tints of Medium Orchid #B732F1
RGB
CMYK
RGB Variations
Color information
#B732F1 (or 0xB732F1) is known color: Medium Orchid. HEX triplet: B7, 32 and F1. RGB value is (183,50,241). Sum of RGB (Red+Green+Blue) = 183+50+241=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #B732F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732F1 is #48CD0E. Grayscale: #6E6E6E. Windows color (decimal): -4771087 or 15807159. OLE color: 15807159.
HSL color Cylindrical-coordinate representation of color #B732F1: hue angle of 281.78º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B732F1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 50 | 241 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.05 |
| HSL | 281.78º | 0.87% | 0.57% | - |
| HSV(B) | 281.78º | 0.79% | 0.95% | - |
| XYZ | 36.55 | 18.7 | 84.9 | - |
| YUV | 111.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 241 | 0.24 | 0.79 | 0 | 0.05 | 281.78 | 0.87 | 0.57 |
| Hex | B7 | 32 | F1 | 18 | 4F | 0 | 5 | 11A | 57 | 39 |
| Octal | 267 | 62 | 361 | 30 | 117 | 0 | 5 | 432 | 127 | 71 |
| Binary | 10110111 | 110010 | 11110001 | 11000 | 1001111 | 0 | 101 | 100011010 | 1010111 | 111001 |
Color Harmonies of #B732F1
Complementary color
Monochromatic Colors of #B732F1
Black with #B732F1
Text Example
Text Example
White with #B732F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732F1; }
p { color: rgb(183,50,241); }
H1.HeaderClassName
{
color: #B732F1;
}
.AnyTagClassName
{
color: #B732F1;
}
</style>
background-color css
<style>
a { background-color: #B732F1; }
a { background-color: rgb(183,50,241); }
div.DivClassName
{
background-color: #B732F1;
}
.BgClassName
{
background-color: #B732F1;
}
</style>
border-color css
<style>
span { border-color: #B732F1; }
span { border-color: rgb(183,50,241); }
td.TdClassName
{
border-color: #B732F1;
}
.TagClassName
{
border-color: #B732F1;
}
</style>