Shades of Medium Orchid #B742FD
Tints of Medium Orchid #B742FD
RGB
CMYK
RGB Variations
Color information
#B742FD (or 0xB742FD) is known color: Medium Orchid. HEX triplet: B7, 42 and FD. RGB value is (183,66,253). Sum of RGB (Red+Green+Blue) = 183+66+253=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B742FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742FD is #48BD02. Grayscale: #797979. Windows color (decimal): -4766979 or 16597687. OLE color: 16597687.
HSL color Cylindrical-coordinate representation of color #B742FD: hue angle of 277.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B742FD is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 66 | 253 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.01 |
| HSL | 277.54º | 0.98% | 0.63% | - |
| HSV(B) | 277.54º | 0.74% | 0.99% | - |
| XYZ | 39.21 | 21.06 | 94.93 | - |
| YUV | 122.3 | 201.76 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 253 | 0.28 | 0.74 | 0 | 0.01 | 277.54 | 0.98 | 0.63 |
| Hex | B7 | 42 | FD | 1C | 4A | 0 | 1 | 116 | 62 | 3F |
| Octal | 267 | 102 | 375 | 34 | 112 | 0 | 1 | 426 | 142 | 77 |
| Binary | 10110111 | 1000010 | 11111101 | 11100 | 1001010 | 0 | 1 | 100010110 | 1100010 | 111111 |
Color Harmonies of #B742FD
Complementary color
Monochromatic Colors of #B742FD
Black with #B742FD
Text Example
Text Example
White with #B742FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742FD; }
p { color: rgb(183,66,253); }
H1.HeaderClassName
{
color: #B742FD;
}
.AnyTagClassName
{
color: #B742FD;
}
</style>
background-color css
<style>
a { background-color: #B742FD; }
a { background-color: rgb(183,66,253); }
div.DivClassName
{
background-color: #B742FD;
}
.BgClassName
{
background-color: #B742FD;
}
</style>
border-color css
<style>
span { border-color: #B742FD; }
span { border-color: rgb(183,66,253); }
td.TdClassName
{
border-color: #B742FD;
}
.TagClassName
{
border-color: #B742FD;
}
</style>