Shades of Medium Orchid #B742FB
Tints of Medium Orchid #B742FB
RGB
CMYK
RGB Variations
Color information
#B742FB (or 0xB742FB) is known color: Medium Orchid. HEX triplet: B7, 42 and FB. RGB value is (183,66,251). Sum of RGB (Red+Green+Blue) = 183+66+251=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #B742FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742FB is #48BD04. Grayscale: #797979. Windows color (decimal): -4766981 or 16466615. OLE color: 16466615.
HSL color Cylindrical-coordinate representation of color #B742FB: hue angle of 277.95º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B742FB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 66 | 251 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.02 |
| HSL | 277.95º | 0.96% | 0.62% | - |
| HSV(B) | 277.95º | 0.74% | 0.98% | - |
| XYZ | 38.89 | 20.93 | 93.26 | - |
| YUV | 122.07 | 200.76 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 251 | 0.27 | 0.74 | 0 | 0.02 | 277.95 | 0.96 | 0.62 |
| Hex | B7 | 42 | FB | 1B | 4A | 0 | 2 | 116 | 60 | 3E |
| Octal | 267 | 102 | 373 | 33 | 112 | 0 | 2 | 426 | 140 | 76 |
| Binary | 10110111 | 1000010 | 11111011 | 11011 | 1001010 | 0 | 10 | 100010110 | 1100000 | 111110 |
Color Harmonies of #B742FB
Complementary color
Monochromatic Colors of #B742FB
Black with #B742FB
Text Example
Text Example
White with #B742FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742FB; }
p { color: rgb(183,66,251); }
H1.HeaderClassName
{
color: #B742FB;
}
.AnyTagClassName
{
color: #B742FB;
}
</style>
background-color css
<style>
a { background-color: #B742FB; }
a { background-color: rgb(183,66,251); }
div.DivClassName
{
background-color: #B742FB;
}
.BgClassName
{
background-color: #B742FB;
}
</style>
border-color css
<style>
span { border-color: #B742FB; }
span { border-color: rgb(183,66,251); }
td.TdClassName
{
border-color: #B742FB;
}
.TagClassName
{
border-color: #B742FB;
}
</style>