Shades of Medium Orchid #BD44FB
Tints of Medium Orchid #BD44FB
RGB
CMYK
RGB Variations
Color information
#BD44FB (or 0xBD44FB) is known color: Medium Orchid. HEX triplet: BD, 44 and FB. RGB value is (189,68,251). Sum of RGB (Red+Green+Blue) = 189+68+251=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44FB is #42BB04. Grayscale: #7C7C7C. Windows color (decimal): -4373253 or 16467133. OLE color: 16467133.
HSL color Cylindrical-coordinate representation of color #BD44FB: hue angle of 279.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD44FB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 68 | 251 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.02 |
| HSL | 279.67º | 0.96% | 0.63% | - |
| HSV(B) | 279.67º | 0.73% | 0.98% | - |
| XYZ | 40.47 | 21.92 | 93.36 | - |
| YUV | 125.04 | 199.09 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 251 | 0.25 | 0.73 | 0 | 0.02 | 279.67 | 0.96 | 0.63 |
| Hex | BD | 44 | FB | 19 | 49 | 0 | 2 | 118 | 60 | 3F |
| Octal | 275 | 104 | 373 | 31 | 111 | 0 | 2 | 430 | 140 | 77 |
| Binary | 10111101 | 1000100 | 11111011 | 11001 | 1001001 | 0 | 10 | 100011000 | 1100000 | 111111 |
Color Harmonies of #BD44FB
Complementary color
Monochromatic Colors of #BD44FB
Black with #BD44FB
Text Example
Text Example
White with #BD44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44FB; }
p { color: rgb(189,68,251); }
H1.HeaderClassName
{
color: #BD44FB;
}
.AnyTagClassName
{
color: #BD44FB;
}
</style>
background-color css
<style>
a { background-color: #BD44FB; }
a { background-color: rgb(189,68,251); }
div.DivClassName
{
background-color: #BD44FB;
}
.BgClassName
{
background-color: #BD44FB;
}
</style>
border-color css
<style>
span { border-color: #BD44FB; }
span { border-color: rgb(189,68,251); }
td.TdClassName
{
border-color: #BD44FB;
}
.TagClassName
{
border-color: #BD44FB;
}
</style>