Shades of Medium Orchid #BD4FF2
Tints of Medium Orchid #BD4FF2
RGB
CMYK
RGB Variations
Color information
#BD4FF2 (or 0xBD4FF2) is known color: Medium Orchid. HEX triplet: BD, 4F and F2. RGB value is (189,79,242). Sum of RGB (Red+Green+Blue) = 189+79+242=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD4FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FF2 is #42B00D. Grayscale: #818181. Windows color (decimal): -4370446 or 15880125. OLE color: 15880125.
HSL color Cylindrical-coordinate representation of color #BD4FF2: hue angle of 280.49º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4FF2 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 79 | 242 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.05 |
| HSL | 280.49º | 0.86% | 0.63% | - |
| HSV(B) | 280.49º | 0.67% | 0.95% | - |
| XYZ | 39.81 | 22.82 | 86.31 | - |
| YUV | 130.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 242 | 0.22 | 0.67 | 0 | 0.05 | 280.49 | 0.86 | 0.63 |
| Hex | BD | 4F | F2 | 16 | 43 | 0 | 5 | 118 | 56 | 3F |
| Octal | 275 | 117 | 362 | 26 | 103 | 0 | 5 | 430 | 126 | 77 |
| Binary | 10111101 | 1001111 | 11110010 | 10110 | 1000011 | 0 | 101 | 100011000 | 1010110 | 111111 |
Color Harmonies of #BD4FF2
Complementary color
Monochromatic Colors of #BD4FF2
Black with #BD4FF2
Text Example
Text Example
White with #BD4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FF2; }
p { color: rgb(189,79,242); }
H1.HeaderClassName
{
color: #BD4FF2;
}
.AnyTagClassName
{
color: #BD4FF2;
}
</style>
background-color css
<style>
a { background-color: #BD4FF2; }
a { background-color: rgb(189,79,242); }
div.DivClassName
{
background-color: #BD4FF2;
}
.BgClassName
{
background-color: #BD4FF2;
}
</style>
border-color css
<style>
span { border-color: #BD4FF2; }
span { border-color: rgb(189,79,242); }
td.TdClassName
{
border-color: #BD4FF2;
}
.TagClassName
{
border-color: #BD4FF2;
}
</style>