Shades of Medium Orchid #B742FE
Tints of Medium Orchid #B742FE
RGB
CMYK
RGB Variations
Color information
#B742FE (or 0xB742FE) is known color: Medium Orchid. HEX triplet: B7, 42 and FE. RGB value is (183,66,254). Sum of RGB (Red+Green+Blue) = 183+66+254=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B742FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742FE is #48BD01. Grayscale: #797979. Windows color (decimal): -4766978 or 16663223. OLE color: 16663223.
HSL color Cylindrical-coordinate representation of color #B742FE: hue angle of 277.34º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B742FE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 66 | 254 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.00 |
| HSL | 277.34º | 0.99% | 0.63% | - |
| HSV(B) | 277.34º | 0.74% | 1% | - |
| XYZ | 39.37 | 21.12 | 95.77 | - |
| YUV | 122.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 254 | 0.28 | 0.74 | 0 | 0.00 | 277.34 | 0.99 | 0.63 |
| Hex | B7 | 42 | FE | 1C | 4A | 0 | 0 | 115 | 63 | 3F |
| Octal | 267 | 102 | 376 | 34 | 112 | 0 | 0 | 425 | 143 | 77 |
| Binary | 10110111 | 1000010 | 11111110 | 11100 | 1001010 | 0 | 0 | 100010101 | 1100011 | 111111 |
Color Harmonies of #B742FE
Complementary color
Monochromatic Colors of #B742FE
Black with #B742FE
Text Example
Text Example
White with #B742FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742FE; }
p { color: rgb(183,66,254); }
H1.HeaderClassName
{
color: #B742FE;
}
.AnyTagClassName
{
color: #B742FE;
}
</style>
background-color css
<style>
a { background-color: #B742FE; }
a { background-color: rgb(183,66,254); }
div.DivClassName
{
background-color: #B742FE;
}
.BgClassName
{
background-color: #B742FE;
}
</style>
border-color css
<style>
span { border-color: #B742FE; }
span { border-color: rgb(183,66,254); }
td.TdClassName
{
border-color: #B742FE;
}
.TagClassName
{
border-color: #B742FE;
}
</style>