Shades of Medium Orchid #B341FD
Tints of Medium Orchid #B341FD
RGB
CMYK
RGB Variations
Color information
#B341FD (or 0xB341FD) is known color: Medium Orchid. HEX triplet: B3, 41 and FD. RGB value is (179,65,253). Sum of RGB (Red+Green+Blue) = 179+65+253=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B341FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341FD is #4CBE02. Grayscale: #777777. Windows color (decimal): -5029379 or 16597427. OLE color: 16597427.
HSL color Cylindrical-coordinate representation of color #B341FD: hue angle of 276.38º 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 #B341FD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 65 | 253 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.01 |
| HSL | 276.38º | 0.98% | 0.62% | - |
| HSV(B) | 276.38º | 0.74% | 0.99% | - |
| XYZ | 38.21 | 20.46 | 94.86 | - |
| YUV | 120.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 253 | 0.29 | 0.74 | 0 | 0.01 | 276.38 | 0.98 | 0.62 |
| Hex | B3 | 41 | FD | 1D | 4A | 0 | 1 | 114 | 62 | 3E |
| Octal | 263 | 101 | 375 | 35 | 112 | 0 | 1 | 424 | 142 | 76 |
| Binary | 10110011 | 1000001 | 11111101 | 11101 | 1001010 | 0 | 1 | 100010100 | 1100010 | 111110 |
Color Harmonies of #B341FD
Complementary color
Monochromatic Colors of #B341FD
Black with #B341FD
Text Example
Text Example
White with #B341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341FD; }
p { color: rgb(179,65,253); }
H1.HeaderClassName
{
color: #B341FD;
}
.AnyTagClassName
{
color: #B341FD;
}
</style>
background-color css
<style>
a { background-color: #B341FD; }
a { background-color: rgb(179,65,253); }
div.DivClassName
{
background-color: #B341FD;
}
.BgClassName
{
background-color: #B341FD;
}
</style>
border-color css
<style>
span { border-color: #B341FD; }
span { border-color: rgb(179,65,253); }
td.TdClassName
{
border-color: #B341FD;
}
.TagClassName
{
border-color: #B341FD;
}
</style>