Shades of Medium Orchid #BD4BFC
Tints of Medium Orchid #BD4BFC
RGB
CMYK
RGB Variations
Color information
#BD4BFC (or 0xBD4BFC) is known color: Medium Orchid. HEX triplet: BD, 4B and FC. RGB value is (189,75,252). Sum of RGB (Red+Green+Blue) = 189+75+252=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BFC is #42B403. Grayscale: #808080. Windows color (decimal): -4371460 or 16534461. OLE color: 16534461.
HSL color Cylindrical-coordinate representation of color #BD4BFC: hue angle of 278.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4BFC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 75 | 252 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.01 |
| HSL | 278.64º | 0.97% | 0.64% | - |
| HSV(B) | 278.64º | 0.7% | 0.99% | - |
| XYZ | 41.07 | 22.88 | 94.35 | - |
| YUV | 129.26 | 197.27 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 252 | 0.25 | 0.70 | 0 | 0.01 | 278.64 | 0.97 | 0.64 |
| Hex | BD | 4B | FC | 19 | 46 | 0 | 1 | 117 | 61 | 40 |
| Octal | 275 | 113 | 374 | 31 | 106 | 0 | 1 | 427 | 141 | 100 |
| Binary | 10111101 | 1001011 | 11111100 | 11001 | 1000110 | 0 | 1 | 100010111 | 1100001 | 1000000 |
Color Harmonies of #BD4BFC
Complementary color
Monochromatic Colors of #BD4BFC
Black with #BD4BFC
Text Example
Text Example
White with #BD4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BFC; }
p { color: rgb(189,75,252); }
H1.HeaderClassName
{
color: #BD4BFC;
}
.AnyTagClassName
{
color: #BD4BFC;
}
</style>
background-color css
<style>
a { background-color: #BD4BFC; }
a { background-color: rgb(189,75,252); }
div.DivClassName
{
background-color: #BD4BFC;
}
.BgClassName
{
background-color: #BD4BFC;
}
</style>
border-color css
<style>
span { border-color: #BD4BFC; }
span { border-color: rgb(189,75,252); }
td.TdClassName
{
border-color: #BD4BFC;
}
.TagClassName
{
border-color: #BD4BFC;
}
</style>