Shades of Medium Orchid #B441FD
Tints of Medium Orchid #B441FD
RGB
CMYK
RGB Variations
Color information
#B441FD (or 0xB441FD) is known color: Medium Orchid. HEX triplet: B4, 41 and FD. RGB value is (180,65,253). Sum of RGB (Red+Green+Blue) = 180+65+253=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B441FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FD is #4BBE02. Grayscale: #787878. Windows color (decimal): -4963843 or 16597428. OLE color: 16597428.
HSL color Cylindrical-coordinate representation of color #B441FD: hue angle of 276.7º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B441FD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 65 | 253 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.01 |
| HSL | 276.7º | 0.98% | 0.62% | - |
| HSV(B) | 276.7º | 0.74% | 0.99% | - |
| XYZ | 38.44 | 20.58 | 94.87 | - |
| YUV | 120.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 253 | 0.29 | 0.74 | 0 | 0.01 | 276.7 | 0.98 | 0.62 |
| Hex | B4 | 41 | FD | 1D | 4A | 0 | 1 | 115 | 62 | 3E |
| Octal | 264 | 101 | 375 | 35 | 112 | 0 | 1 | 425 | 142 | 76 |
| Binary | 10110100 | 1000001 | 11111101 | 11101 | 1001010 | 0 | 1 | 100010101 | 1100010 | 111110 |
Color Harmonies of #B441FD
Complementary color
Monochromatic Colors of #B441FD
Black with #B441FD
Text Example
Text Example
White with #B441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441FD; }
p { color: rgb(180,65,253); }
H1.HeaderClassName
{
color: #B441FD;
}
.AnyTagClassName
{
color: #B441FD;
}
</style>
background-color css
<style>
a { background-color: #B441FD; }
a { background-color: rgb(180,65,253); }
div.DivClassName
{
background-color: #B441FD;
}
.BgClassName
{
background-color: #B441FD;
}
</style>
border-color css
<style>
span { border-color: #B441FD; }
span { border-color: rgb(180,65,253); }
td.TdClassName
{
border-color: #B441FD;
}
.TagClassName
{
border-color: #B441FD;
}
</style>