Shades of Medium Orchid #B743FD
Tints of Medium Orchid #B743FD
RGB
CMYK
RGB Variations
Color information
#B743FD (or 0xB743FD) is known color: Medium Orchid. HEX triplet: B7, 43 and FD. RGB value is (183,67,253). Sum of RGB (Red+Green+Blue) = 183+67+253=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #B743FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B743FD is #48BC02. Grayscale: #7A7A7A. Windows color (decimal): -4766723 or 16597943. OLE color: 16597943.
HSL color Cylindrical-coordinate representation of color #B743FD: hue angle of 277.42º 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 #B743FD is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 67 | 253 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.01 |
| HSL | 277.42º | 0.98% | 0.63% | - |
| HSV(B) | 277.42º | 0.74% | 0.99% | - |
| XYZ | 39.27 | 21.17 | 94.95 | - |
| YUV | 122.89 | 201.43 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 253 | 0.28 | 0.74 | 0 | 0.01 | 277.42 | 0.98 | 0.63 |
| Hex | B7 | 43 | FD | 1C | 4A | 0 | 1 | 115 | 62 | 3F |
| Octal | 267 | 103 | 375 | 34 | 112 | 0 | 1 | 425 | 142 | 77 |
| Binary | 10110111 | 1000011 | 11111101 | 11100 | 1001010 | 0 | 1 | 100010101 | 1100010 | 111111 |
Color Harmonies of #B743FD
Complementary color
Monochromatic Colors of #B743FD
Black with #B743FD
Text Example
Text Example
White with #B743FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743FD; }
p { color: rgb(183,67,253); }
H1.HeaderClassName
{
color: #B743FD;
}
.AnyTagClassName
{
color: #B743FD;
}
</style>
background-color css
<style>
a { background-color: #B743FD; }
a { background-color: rgb(183,67,253); }
div.DivClassName
{
background-color: #B743FD;
}
.BgClassName
{
background-color: #B743FD;
}
</style>
border-color css
<style>
span { border-color: #B743FD; }
span { border-color: rgb(183,67,253); }
td.TdClassName
{
border-color: #B743FD;
}
.TagClassName
{
border-color: #B743FD;
}
</style>