Shades of Medium Orchid #B741FF
Tints of Medium Orchid #B741FF
RGB
CMYK
RGB Variations
Color information
#B741FF (or 0xB741FF) is known color: Medium Orchid. HEX triplet: B7, 41 and FF. RGB value is (183,65,255). Sum of RGB (Red+Green+Blue) = 183+65+255=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B741FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741FF is #48BE00. Grayscale: #797979. Windows color (decimal): -4767233 or 16728503. OLE color: 16728503.
HSL color Cylindrical-coordinate representation of color #B741FF: hue angle of 277.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B741FF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 65 | 255 | - |
| CMYK | 0.28 | 0.75 | 0 | 0 |
| HSL | 277.26º | 1% | 0.63% | - |
| HSV(B) | 277.26º | 0.75% | 1% | - |
| XYZ | 39.47 | 21.07 | 96.59 | - |
| YUV | 121.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 255 | 0.28 | 0.75 | 0 | 0 | 277.26 | 1 | 0.63 |
| Hex | B7 | 41 | FF | 1C | 4B | 0 | 0 | 115 | 64 | 3F |
| Octal | 267 | 101 | 377 | 34 | 113 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10110111 | 1000001 | 11111111 | 11100 | 1001011 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B741FF
Complementary color
Monochromatic Colors of #B741FF
Black with #B741FF
Text Example
Text Example
White with #B741FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741FF; }
p { color: rgb(183,65,255); }
H1.HeaderClassName
{
color: #B741FF;
}
.AnyTagClassName
{
color: #B741FF;
}
</style>
background-color css
<style>
a { background-color: #B741FF; }
a { background-color: rgb(183,65,255); }
div.DivClassName
{
background-color: #B741FF;
}
.BgClassName
{
background-color: #B741FF;
}
</style>
border-color css
<style>
span { border-color: #B741FF; }
span { border-color: rgb(183,65,255); }
td.TdClassName
{
border-color: #B741FF;
}
.TagClassName
{
border-color: #B741FF;
}
</style>