Shades of Medium Orchid #BD67F2
Tints of Medium Orchid #BD67F2
RGB
CMYK
RGB Variations
Color information
#BD67F2 (or 0xBD67F2) is known color: Medium Orchid. HEX triplet: BD, 67 and F2. RGB value is (189,103,242). Sum of RGB (Red+Green+Blue) = 189+103+242=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD67F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67F2 is #42980D. Grayscale: #909090. Windows color (decimal): -4364302 or 15886269. OLE color: 15886269.
HSL color Cylindrical-coordinate representation of color #BD67F2: hue angle of 277.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD67F2 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 103 | 242 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.05 |
| HSL | 277.12º | 0.84% | 0.68% | - |
| HSV(B) | 277.12º | 0.57% | 0.95% | - |
| XYZ | 41.86 | 26.93 | 87 | - |
| YUV | 144.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 242 | 0.22 | 0.57 | 0 | 0.05 | 277.12 | 0.84 | 0.68 |
| Hex | BD | 67 | F2 | 16 | 39 | 0 | 5 | 115 | 54 | 44 |
| Octal | 275 | 147 | 362 | 26 | 71 | 0 | 5 | 425 | 124 | 104 |
| Binary | 10111101 | 1100111 | 11110010 | 10110 | 111001 | 0 | 101 | 100010101 | 1010100 | 1000100 |
Color Harmonies of #BD67F2
Complementary color
Monochromatic Colors of #BD67F2
Black with #BD67F2
Text Example
Text Example
White with #BD67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67F2; }
p { color: rgb(189,103,242); }
H1.HeaderClassName
{
color: #BD67F2;
}
.AnyTagClassName
{
color: #BD67F2;
}
</style>
background-color css
<style>
a { background-color: #BD67F2; }
a { background-color: rgb(189,103,242); }
div.DivClassName
{
background-color: #BD67F2;
}
.BgClassName
{
background-color: #BD67F2;
}
</style>
border-color css
<style>
span { border-color: #BD67F2; }
span { border-color: rgb(189,103,242); }
td.TdClassName
{
border-color: #BD67F2;
}
.TagClassName
{
border-color: #BD67F2;
}
</style>