Shades of Medium Orchid #B453FB
Tints of Medium Orchid #B453FB
RGB
CMYK
RGB Variations
Color information
#B453FB (or 0xB453FB) is known color: Medium Orchid. HEX triplet: B4, 53 and FB. RGB value is (180,83,251). Sum of RGB (Red+Green+Blue) = 180+83+251=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B453FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453FB is #4BAC04. Grayscale: #828282. Windows color (decimal): -4959237 or 16470964. OLE color: 16470964.
HSL color Cylindrical-coordinate representation of color #B453FB: hue angle of 274.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B453FB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 83 | 251 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.02 |
| HSL | 274.64º | 0.95% | 0.65% | - |
| HSV(B) | 274.64º | 0.67% | 0.98% | - |
| XYZ | 39.33 | 22.85 | 93.61 | - |
| YUV | 131.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 251 | 0.28 | 0.67 | 0 | 0.02 | 274.64 | 0.95 | 0.65 |
| Hex | B4 | 53 | FB | 1C | 43 | 0 | 2 | 113 | 5F | 41 |
| Octal | 264 | 123 | 373 | 34 | 103 | 0 | 2 | 423 | 137 | 101 |
| Binary | 10110100 | 1010011 | 11111011 | 11100 | 1000011 | 0 | 10 | 100010011 | 1011111 | 1000001 |
Color Harmonies of #B453FB
Complementary color
Monochromatic Colors of #B453FB
Black with #B453FB
Text Example
Text Example
White with #B453FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453FB; }
p { color: rgb(180,83,251); }
H1.HeaderClassName
{
color: #B453FB;
}
.AnyTagClassName
{
color: #B453FB;
}
</style>
background-color css
<style>
a { background-color: #B453FB; }
a { background-color: rgb(180,83,251); }
div.DivClassName
{
background-color: #B453FB;
}
.BgClassName
{
background-color: #B453FB;
}
</style>
border-color css
<style>
span { border-color: #B453FB; }
span { border-color: rgb(180,83,251); }
td.TdClassName
{
border-color: #B453FB;
}
.TagClassName
{
border-color: #B453FB;
}
</style>