Shades of Medium Orchid #B442FA
Tints of Medium Orchid #B442FA
RGB
CMYK
RGB Variations
Color information
#B442FA (or 0xB442FA) is known color: Medium Orchid. HEX triplet: B4, 42 and FA. RGB value is (180,66,250). Sum of RGB (Red+Green+Blue) = 180+66+250=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #B442FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442FA is #4BBD05. Grayscale: #787878. Windows color (decimal): -4963590 or 16401076. OLE color: 16401076.
HSL color Cylindrical-coordinate representation of color #B442FA: hue angle of 277.17º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B442FA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 66 | 250 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.02 |
| HSL | 277.17º | 0.95% | 0.62% | - |
| HSV(B) | 277.17º | 0.74% | 0.98% | - |
| XYZ | 38.03 | 20.5 | 92.4 | - |
| YUV | 121.06 | 200.77 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 250 | 0.28 | 0.74 | 0 | 0.02 | 277.17 | 0.95 | 0.62 |
| Hex | B4 | 42 | FA | 1C | 4A | 0 | 2 | 115 | 5F | 3E |
| Octal | 264 | 102 | 372 | 34 | 112 | 0 | 2 | 425 | 137 | 76 |
| Binary | 10110100 | 1000010 | 11111010 | 11100 | 1001010 | 0 | 10 | 100010101 | 1011111 | 111110 |
Color Harmonies of #B442FA
Complementary color
Monochromatic Colors of #B442FA
Black with #B442FA
Text Example
Text Example
White with #B442FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442FA; }
p { color: rgb(180,66,250); }
H1.HeaderClassName
{
color: #B442FA;
}
.AnyTagClassName
{
color: #B442FA;
}
</style>
background-color css
<style>
a { background-color: #B442FA; }
a { background-color: rgb(180,66,250); }
div.DivClassName
{
background-color: #B442FA;
}
.BgClassName
{
background-color: #B442FA;
}
</style>
border-color css
<style>
span { border-color: #B442FA; }
span { border-color: rgb(180,66,250); }
td.TdClassName
{
border-color: #B442FA;
}
.TagClassName
{
border-color: #B442FA;
}
</style>